no-OS
ad74413r.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef _AD74413R_H
34 #define _AD74413R_H
35 
36 #include "stdint.h"
37 #include "stdbool.h"
38 #include "no_os_spi.h"
39 #include "no_os_gpio.h"
40 
41 #define AD74413R_N_CHANNELS 4
42 #define AD74413R_N_DIAG_CHANNELS 4
43 
44 #define AD74413R_CH_A 0
45 #define AD74413R_CH_B 1
46 #define AD74413R_CH_C 2
47 #define AD74413R_CH_D 3
48 
50 #define AD74413R_RSENSE 100
51 
52 #define AD74413R_ADC_MAX_VALUE 65535
53 
56 #define AD74413R_NOP 0x00
57 #define AD74413R_CH_FUNC_SETUP(x) (0x01 + x)
58 #define AD74413R_ADC_CONFIG(x) (0x05 + x)
59 #define AD74413R_DIN_CONFIG(x) (0x09 + x)
60 #define AD74413R_GPO_PARALLEL 0x0D
61 #define AD74413R_GPO_CONFIG(x) (0x0E + x)
62 #define AD74413R_OUTPUT_CONFIG(x) (0x12 + x)
63 #define AD74413R_DAC_CODE(x) (0x16 + x)
64 #define AD74413R_DAC_CLR_CODE(x) (0x1A + x)
65 #define AD74413R_DAC_ACTIVE(x) (0x1E + x)
66 #define AD74413R_DIN_THRESH 0x22
67 #define AD74413R_ADC_CONV_CTRL 0x23
68 #define AD74413R_DIAG_ASSIGN 0x24
69 #define AD74413R_DIN_COMP_OUT 0x25
70 #define AD74413R_ADC_RESULT(x) (0x26 + x)
71 #define AD74413R_DIAG_RESULT(x) (0x2A + x)
72 #define AD74413R_ALERT_STATUS 0x2E
73 #define AD74413R_LIVE_STATUS 0x2F
74 #define AD74413R_ALERT_MASK 0x3C
75 #define AD74413R_DIN_COUNTER(x) (0x3D + x)
76 #define AD74413R_READ_SELECT 0x41
77 #define AD74413R_THERM_RST 0x43
78 #define AD74413R_CMD_KEY 0x44
79 #define AD74413R_SCRATCH 0x45
80 #define AD74413R_SILICON_REV 0x46
81 #define AD74413R_ALERT_STATUS_RESET NO_OS_GENMASK(15, 0)
82 
84 #define AD74413R_CMD_KEY_RESET_1 0x15FA
85 #define AD74413R_CMD_KEY_RESET_2 0xAF51
86 
88 #define AD74413R_CMD_KEY_LDAC 0x953A
89 
91 #define AD74413R_CMD_KEY_DAC_CLEAR 0x73D1
92 
93 #define AD74413R_SPI_RD_RET_INFO_MASK NO_OS_BIT(8)
94 #define AD74413R_ERR_CLR_MASK NO_OS_GENMASK(15, 0)
95 #define AD74413R_SPI_CRC_ERR_MASK NO_OS_BIT(13)
96 #define AD74413R_CH_FUNC_SETUP_MASK NO_OS_GENMASK(3, 0)
97 #define AD74413R_ADC_RANGE_MASK NO_OS_GENMASK(7, 5)
98 #define AD74413R_ADC_REJECTION_MASK NO_OS_GENMASK(4, 3)
99 #define AD74413R_DEBOUNCE_TIME_MASK NO_OS_GENMASK(4, 0)
100 #define AD74413R_DEBOUNCE_MODE_MASK NO_OS_BIT(5)
101 #define AD74413R_DIAG_RESULT_MASK NO_OS_GENMASK(15, 0)
102 #define AD74413R_REV_ID NO_OS_GENMASK(7, 0)
103 #define AD74413R_CH_200K_TO_GND_MASK NO_OS_BIT(2)
104 
106 #define AD74413R_GPO_PAR_DATA_MASK(x) NO_OS_BIT(x)
107 
109 #define AD74413R_GPO_SELECT_MASK NO_OS_GENMASK(2, 0)
110 #define AD74413R_GPO_DATA_MASK NO_OS_BIT(3)
111 
113 #define AD74413R_SLEW_EN_MASK NO_OS_GENMASK(7, 6)
114 #define AD74413R_SLEW_LIN_STEP_MASK NO_OS_GENMASK(5, 4)
115 #define AD74413R_SLEW_LIN_RATE_MASK NO_OS_GENMASK(3, 2)
116 #define AD74413R_CLR_EN_MASK NO_OS_BIT(1)
117 #define AD74413R_I_LIMIT_MASK NO_OS_BIT(0)
118 
120 #define AD74413R_DAC_CODE_MASK NO_OS_GENMASK(12, 0)
121 
123 #define AD74413R_CLR_CODE_MASK NO_OS_GENMASK(12, 0)
124 
126 #define AD74413R_DAC_ACTIVE_CODE_MASK NO_OS_GENMASK(12, 0)
127 
129 #define AD74413R_COMP_THRESH_MASK NO_OS_GENMASK(5, 1)
130 #define AD74413R_DIN_THRESH_MODE_MASK NO_OS_BIT(0)
131 
133 #define AD74413R_DIN_COMP_CH(x) NO_OS_BIT(x)
134 
136 #define AD74413R_EN_REJ_DIAG_MASK NO_OS_BIT(10)
137 #define AD74413R_CONV_SEQ_MASK NO_OS_GENMASK(9, 8)
138 #define AD74413R_DIAG_EN_MASK(x) (NO_OS_BIT(x) << 4)
139 #define AD74413R_CH_EN_MASK(x) NO_OS_BIT(x)
140 
142 #define AD74413R_DIAG_ASSIGN_MASK(x) (NO_OS_GENMASK(3, 0) << (x * 4))
143 
145 #define AD74413R_DAC_RANGE 11000
146 
147 #define AD74413R_DAC_RESOLUTION 13
148 #define AD74413R_DAC_CODE_MAX 8191
149 #define AD74413R_ADC_RESOLUTION 16
150 #define AD74413R_ADC_CODE_MAX 65536
151 
153 #define AD74413R_THRESHOLD_DAC_RANGE 29
154 
155 #define AD74413R_THRESHOLD_RANGE 16000
156 
157 #define AD74413R_TEMP_OFFSET -2392
158 #define AD74413R_TEMP_SCALE 8950
159 #define AD74413R_TEMP_SCALE_DIV 1000
160 
161 #define AD74413R_RANGE_10V_SCALE 15259ULL
162 #define AD74413R_RANGE_10V_SCALE_DIV 100000ULL
163 #define AD74413R_RANGE_2V5_SCALE 38147ULL
164 #define AD74413R_RANGE_2V5_SCALE_DIV 1000000ULL
165 #define AD74413R_RANGE_5V_SCALE 76294ULL
166 #define AD74413R_RANGE_5V_SCALE_DIV 1000000ULL
167 #define AD74413R_RANGE_5V_OFFSET -(AD74413R_ADC_MAX_VALUE / 2)
168 #define AD74413R_RTD_PULL_UP 2100000ULL
169 #define AD74413R_SENSE_RESISTOR_OHMS 100
170 
177 };
178 
188 };
189 
205 };
206 
215 };
216 
225 };
226 
236 };
237 
256 };
257 
264 };
265 
274 };
275 
284 };
285 
291 };
292 
300 };
301 
306  int64_t integer;
307  int32_t decimal;
308 };
309 
314  bool enabled;
315  enum ad74413r_op_mode function;
316 };
317 
322  uint8_t VI_ERR_A: 1;
323  uint8_t VI_ERR_B: 1;
324  uint8_t VI_ERR_C: 1;
325  uint8_t VI_ERR_D: 1;
326  uint8_t HI_TEMP_ERR: 1;
327  uint8_t CHARGE_PUMP_ERR: 1;
328  uint8_t ALDO5V_ERR: 1;
329  uint8_t AVDD_ERR: 1;
330  uint8_t DVCC_ERR: 1;
331  uint8_t ALDO1V8_ERR: 1;
332  uint8_t ADC_CH_CURR: 3;
333  uint8_t ADC_BUSY: 1;
334  uint8_t ADC_DATA_RDY: 1;
335  uint8_t _RESERVED: 1;
336 };
337 
343  uint16_t value;
344 };
345 
352  uint8_t comm_buff[4];
355 };
356 
358 int ad74413r_dac_voltage_to_code(uint32_t, uint32_t *);
359 
362 
364 
366 int ad74413r_reg_write(struct ad74413r_desc *, uint32_t, uint16_t);
367 
369 int ad74413r_reg_read_raw(struct ad74413r_desc *, uint32_t, uint8_t *);
370 
372 int ad74413r_reg_read(struct ad74413r_desc *, uint32_t, uint16_t *);
373 
375 int ad74413r_reg_update(struct ad74413r_desc *, uint32_t, uint16_t,
376  uint16_t);
377 
379 int ad74413r_nb_active_channels(struct ad74413r_desc *, uint8_t *);
380 
383 
388 int ad74413r_set_info(struct ad74413r_desc *desc, uint16_t mode);
389 
391 int ad74413r_reset(struct ad74413r_desc *);
392 
395  uint32_t, enum ad74413r_op_mode);
396 
398 int ad74413r_get_raw_adc_result(struct ad74413r_desc *, uint32_t,
399  uint16_t *);
400 
402 int ad74413r_set_adc_channel_enable(struct ad74413r_desc *, uint32_t,
403  bool);
404 
406 int ad74413r_set_diag_channel_enable(struct ad74413r_desc *, uint32_t, bool);
407 
409 int ad74413r_get_adc_range(struct ad74413r_desc *, uint32_t, uint16_t *);
410 
412 int ad74413r_get_adc_rejection(struct ad74413r_desc *, uint32_t,
413  enum ad74413r_rejection *);
414 
417  enum ad74413r_rejection *);
418 
420 int ad74413r_set_adc_rejection(struct ad74413r_desc *, uint32_t,
421  enum ad74413r_rejection);
422 
424 int ad74413r_get_adc_rate(struct ad74413r_desc *, uint32_t,
425  enum ad74413r_adc_sample *);
426 
428 int ad74413r_set_adc_rate(struct ad74413r_desc *, uint32_t,
429  enum ad74413r_adc_sample);
430 
432 int ad74413r_get_adc_diag_rate(struct ad74413r_desc *, uint32_t,
433  enum ad74413r_adc_sample *);
434 
436 int ad74413r_set_adc_diag_rate(struct ad74413r_desc *, uint32_t,
437  enum ad74413r_adc_sample);
438 
441 
443 int ad74413r_get_adc_single(struct ad74413r_desc *, uint32_t, uint16_t *, bool);
444 
446 int ad74413r_adc_get_value(struct ad74413r_desc *, uint32_t,
447  struct ad74413r_decimal *);
448 
450 int ad74413r_get_temp(struct ad74413r_desc *, uint32_t, uint16_t *);
451 
453 int ad74413r_set_channel_dac_code(struct ad74413r_desc *, uint32_t, uint16_t);
454 
456 int ad74413r_set_diag(struct ad74413r_desc *, uint32_t,
457  enum ad74413r_diag_mode);
458 
460 int ad74413r_get_diag(struct ad74413r_desc *, uint32_t, uint16_t *);
461 
466 int ad74413r_set_debounce_mode(struct ad74413r_desc *, uint32_t,
468 
473 int ad74413r_set_debounce_time(struct ad74413r_desc *, uint32_t, uint32_t);
474 
476 int ad74413r_gpo_get(struct ad74413r_desc *, uint32_t, uint8_t *);
477 
479 int ad74413r_set_gpo_config(struct ad74413r_desc *, uint32_t,
480  enum ad74413r_gpo_select);
481 
486 int ad74413r_set_threshold(struct ad74413r_desc *, uint32_t, uint32_t);
487 
489 int ad74413r_gpo_set(struct ad74413r_desc *, uint32_t, uint8_t);
490 
492 int ad74413r_gpo_set_multiple(struct ad74413r_desc *, uint32_t);
493 
495 int ad74413r_get_live(struct ad74413r_desc *,
496  union ad74413r_live_status *);
497 
502 int ad74413r_set_dac_clear_code(struct ad74413r_desc *, uint32_t, uint16_t);
503 
505 int ad74413r_clear_dac(struct ad74413r_desc *, uint32_t);
506 
508 int ad74413r_dac_slew_enable(struct ad74413r_desc *, uint32_t,
510  enum ad74413r_lin_rate);
511 
513 int ad74413r_dac_slew_disable(struct ad74413r_desc *, uint32_t);
514 
516 int ad74413r_set_therm_rst(struct ad74413r_desc *, bool);
517 
519 int ad74413r_init(struct ad74413r_desc **, struct ad74413r_init_param *);
520 
522 int ad74413r_remove(struct ad74413r_desc *desc);
523 
524 #endif // _AD74413R_H
AD74413R_REJECTION_HART
@ AD74413R_REJECTION_HART
Definition: ad74413r.h:187
ad74413r_get_adc_single
int ad74413r_get_adc_single(struct ad74413r_desc *, uint32_t, uint16_t *, bool)
Get a single ADC raw value for a specific channel, then power down the ADC.
Definition: ad74413r.c:705
ad74413r_decimal::decimal
int32_t decimal
Definition: ad74413r.h:307
_ad74413r_live_status::AVDD_ERR
uint8_t AVDD_ERR
Definition: ad74413r.h:329
AD74413R_ADC_CONFIG
#define AD74413R_ADC_CONFIG(x)
Definition: ad74413r.h:58
ad74413r_chip_id
ad74413r_chip_id
The chips supported by this driver.
Definition: ad74413r.h:174
ad74413r_adc_sample
ad74413r_adc_sample
Definition: ad74413r.h:286
ad74413r_op_mode
ad74413r_op_mode
Operation modes of the device.
Definition: ad74413r.h:193
AD74413R_DIN_THRESH
#define AD74413R_DIN_THRESH
Definition: ad74413r.h:66
ad74413r_set_therm_rst
int ad74413r_set_therm_rst(struct ad74413r_desc *, bool)
Enable or disable the higher thermal reset.
Definition: ad74413r.c:1159
AD74413R_DIAG_IOVDD
@ AD74413R_DIAG_IOVDD
Definition: ad74413r.h:251
no_os_put_unaligned_be16
void no_os_put_unaligned_be16(uint16_t val, uint8_t *buf)
ad74413r_set_adc_rejection
int ad74413r_set_adc_rejection(struct ad74413r_desc *, uint32_t, enum ad74413r_rejection)
Set the rejection setting for a specific channel.
Definition: ad74413r.c:579
AD74413R_STEP_500
@ AD74413R_STEP_500
Definition: ad74413r.h:272
no_os_alloc.h
AD74413R_ADC_SAMPLE_4800HZ
@ AD74413R_ADC_SAMPLE_4800HZ
Definition: ad74413r.h:288
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:79
ad74413r_range_to_voltage_range
int ad74413r_range_to_voltage_range(enum ad74413r_adc_range, uint32_t *)
Convert the measuring range of the ADC from range enum values to millivolts.
Definition: ad74413r.c:136
no_os_div_s64_rem
int64_t no_os_div_s64_rem(int64_t dividend, int32_t divisor, int32_t *remainder)
ad74413r_rejection
ad74413r_rejection
Rejection config values. The HART variants are not supported by the AD74412R device.
Definition: ad74413r.h:183
ad74413r_reg_read_raw
int ad74413r_reg_read_raw(struct ad74413r_desc *desc, uint32_t addr, uint8_t *val)
Read a raw communication frame.
Definition: ad74413r.c:219
ad74413r_clear_errors
int ad74413r_clear_errors(struct ad74413r_desc *desc)
Clear the ALERT_STATUS register.
Definition: ad74413r.c:333
_ad74413r_live_status::ADC_CH_CURR
uint8_t ADC_CH_CURR
Definition: ad74413r.h:332
AD74413R_CMD_KEY_LDAC
#define AD74413R_CMD_KEY_LDAC
Definition: ad74413r.h:88
ad74413r_channel_config::enabled
bool enabled
Definition: ad74413r.h:314
ad74413r_set_dac_clear_code
int ad74413r_set_dac_clear_code(struct ad74413r_desc *desc, uint32_t ch, uint16_t code)
The code value will be loaded into the DACs when the CLR_EN bit in the OUTPUT_CONFIGx registers is as...
Definition: ad74413r.c:1082
AD74413R_ADC_MAX_VALUE
#define AD74413R_ADC_MAX_VALUE
Definition: ad74413r.h:52
AD74413R_THRESHOLD_DAC_RANGE
#define AD74413R_THRESHOLD_DAC_RANGE
Definition: ad74413r.h:153
AD74413R_GPO_CONFIG_100K_PD
@ AD74413R_GPO_CONFIG_100K_PD
Definition: ad74413r.h:231
ad74413r_get_adc_range
int ad74413r_get_adc_range(struct ad74413r_desc *desc, uint32_t ch, uint16_t *val)
Get the ADC measurement range for a specific channel.
Definition: ad74413r.c:511
NO_OS_GENMASK
#define NO_OS_GENMASK(h, l)
Definition: no_os_util.h:82
AD74413R_DIAG_RESULT_MASK
#define AD74413R_DIAG_RESULT_MASK
Definition: ad74413r.h:101
AD74413R_THRESHOLD_RANGE
#define AD74413R_THRESHOLD_RANGE
Definition: ad74413r.h:155
no_os_spi_write_and_read
int32_t no_os_spi_write_and_read(struct no_os_spi_desc *desc, uint8_t *data, uint16_t bytes_number)
Write and read data to/from SPI.
Definition: no_os_spi.c:159
ad74413r_desc::chip_id
enum ad74413r_chip_id chip_id
Definition: ad74413r.h:350
AD74413R_GPO_CONFIG_PAR_DATA
@ AD74413R_GPO_CONFIG_PAR_DATA
Definition: ad74413r.h:233
ad74413r_set_channel_dac_code
int ad74413r_set_channel_dac_code(struct ad74413r_desc *, uint32_t, uint16_t)
Set and load a code for the DAC on a specific channel.
Definition: ad74413r.c:863
ad74413r_get_live
int ad74413r_get_live(struct ad74413r_desc *, union ad74413r_live_status *)
Read the live status bits.
Definition: ad74413r.c:1068
ad74413r_reset
int ad74413r_reset(struct ad74413r_desc *desc)
Perform either a software or hardware reset and wait for device reset time.
Definition: ad74413r.c:383
AD74413R_TEMP_SCALE_DIV
#define AD74413R_TEMP_SCALE_DIV
Definition: ad74413r.h:159
ad74413r_init_param
Initialization parameter for the device descriptor.
Definition: ad74413r.h:296
ad74413r_set_diag
int ad74413r_set_diag(struct ad74413r_desc *, uint32_t, enum ad74413r_diag_mode)
Set which diagnostic value to be loaded in the DIAG_RESULT register.
Definition: ad74413r.c:882
AD74413R_STEP_120
@ AD74413R_STEP_120
Definition: ad74413r.h:271
AD74413R_ADC_SAMPLE_20HZ
@ AD74413R_ADC_SAMPLE_20HZ
Definition: ad74413r.h:287
no_os_spi.h
Header file of SPI Interface.
ad74413r_init
int ad74413r_init(struct ad74413r_desc **desc, struct ad74413r_init_param *init_param)
Initialize the device structure.
Definition: ad74413r.c:1170
AD74413R_GPO_CONFIG
#define AD74413R_GPO_CONFIG(x)
Definition: ad74413r.h:61
AD74413R_DEBOUNCE_TIME_MASK
#define AD74413R_DEBOUNCE_TIME_MASK
Definition: ad74413r.h:99
AD74413R_RANGE_5V_SCALE
#define AD74413R_RANGE_5V_SCALE
Definition: ad74413r.h:165
ad74413r_set_adc_conv_seq
int ad74413r_set_adc_conv_seq(struct ad74413r_desc *, enum ad74413r_conv_seq)
Start or stop ADC conversions.
Definition: ad74413r.c:679
AD74413R_CURRENT_OUT
@ AD74413R_CURRENT_OUT
Definition: ad74413r.h:196
ad74413r_set_threshold
int ad74413r_set_threshold(struct ad74413r_desc *desc, uint32_t ch, uint32_t threshold)
Set the threshold, for which a signal would be considered high, when the ADC is running in digital in...
Definition: ad74413r.c:993
ad74413r_set_dac_clear_code
int ad74413r_set_dac_clear_code(struct ad74413r_desc *, uint32_t, uint16_t)
The code value will be loaded into the DACs when the CLR_EN bit in the OUTPUT_CONFIGx registers is as...
Definition: ad74413r.c:1082
_ad74413r_live_status::ADC_DATA_RDY
uint8_t ADC_DATA_RDY
Definition: ad74413r.h:334
ad74413r_set_debounce_time
int ad74413r_set_debounce_time(struct ad74413r_desc *, uint32_t, uint32_t)
Set the debounce settle time for the IOx inputs when the ADC is running in digital input mode.
Definition: ad74413r.c:933
AD74413R_GPO_SELECT_MASK
#define AD74413R_GPO_SELECT_MASK
Definition: ad74413r.h:109
ad74413r_set_adc_conv_seq
int ad74413r_set_adc_conv_seq(struct ad74413r_desc *desc, enum ad74413r_conv_seq status)
Start or stop ADC conversions.
Definition: ad74413r.c:679
ad74413r_clear_errors
int ad74413r_clear_errors(struct ad74413r_desc *)
Clear the ALERT_STATUS register.
Definition: ad74413r.c:333
ad74413r_desc::comm_buff
uint8_t comm_buff[4]
Definition: ad74413r.h:352
ad74413r_get_raw_adc_result
int ad74413r_get_raw_adc_result(struct ad74413r_desc *desc, uint32_t ch, uint16_t *val)
Read the raw ADC raw conversion value.
Definition: ad74413r.c:462
no_os_delay.h
Header file of Delay functions.
ad74413r_decimal
ADC value format.
Definition: ad74413r.h:305
ad74413r_get_live
int ad74413r_get_live(struct ad74413r_desc *desc, union ad74413r_live_status *status)
Read the live status bits.
Definition: ad74413r.c:1068
ad74413r_desc::comm_desc
struct no_os_spi_desc * comm_desc
Definition: ad74413r.h:351
AD74413R_DIN_CONFIG
#define AD74413R_DIN_CONFIG(x)
Definition: ad74413r.h:59
ad74413r_dac_slew_enable
int ad74413r_dac_slew_enable(struct ad74413r_desc *, uint32_t, enum ad74413r_slew_lin_step, enum ad74413r_lin_rate)
Configure and enable slew rate control for a DAC on a specific channel.
Definition: ad74413r.c:1119
AD74413R_DIAG_DLDO_1V8
@ AD74413R_DIAG_DLDO_1V8
Definition: ad74413r.h:249
_ad74413r_live_status::DVCC_ERR
uint8_t DVCC_ERR
Definition: ad74413r.h:330
ad74413r_get_temp
int ad74413r_get_temp(struct ad74413r_desc *desc, uint32_t ch, uint16_t *temp)
Read the die's temperature from the diagnostic register.
Definition: ad74413r.c:842
AD74413R_RANGE_10V_SCALE_DIV
#define AD74413R_RANGE_10V_SCALE_DIV
Definition: ad74413r.h:162
AD74413R_ADC_REJECTION_MASK
#define AD74413R_ADC_REJECTION_MASK
Definition: ad74413r.h:98
ad74413r_gpo_set
int ad74413r_gpo_set(struct ad74413r_desc *desc, uint32_t ch, uint8_t val)
Set the logic value of a GPO pin.
Definition: ad74413r.c:1022
NO_OS_GPIO_HIGH
@ NO_OS_GPIO_HIGH
Definition: no_os_gpio.h:117
AD74413R_N_CHANNELS
#define AD74413R_N_CHANNELS
Definition: ad74413r.h:41
ad74413r_conv_seq
ad74413r_conv_seq
ADC conversion sequence commands.
Definition: ad74413r.h:220
AD74413R_CURRENT_IN_EXT_HART
@ AD74413R_CURRENT_IN_EXT_HART
Definition: ad74413r.h:203
AD74413R_DAC_RESOLUTION
#define AD74413R_DAC_RESOLUTION
Definition: ad74413r.h:147
ad74413r_set_threshold
int ad74413r_set_threshold(struct ad74413r_desc *, uint32_t, uint32_t)
Set the threshold, for which a signal would be considered high, when the ADC is running in digital in...
Definition: ad74413r.c:993
no_os_calloc
void * no_os_calloc(size_t nitems, size_t size)
Allocate memory and return a pointer to it, set memory to 0.
Definition: chibios_alloc.c:54
ad74413r_dac_slew_disable
int ad74413r_dac_slew_disable(struct ad74413r_desc *desc, uint32_t ch)
Disable the slew rate control.
Definition: ad74413r.c:1145
AD74413R_DIAG_AVSS
@ AD74413R_DIAG_AVSS
Definition: ad74413r.h:245
ad74413r_live_status
Used to store the live status bit fields.
Definition: ad74413r.h:341
AD74413R_VOLTAGE_OUT
@ AD74413R_VOLTAGE_OUT
Definition: ad74413r.h:195
AD74413R_SLEW_EN_MASK
#define AD74413R_SLEW_EN_MASK
Definition: ad74413r.h:113
NO_OS_DECLARE_CRC8_TABLE
NO_OS_DECLARE_CRC8_TABLE(_crc_table)
ad74413r_set_info
int ad74413r_set_info(struct ad74413r_desc *desc, uint16_t mode)
Select which information the device will respond with (in the readback field) when a read operation i...
Definition: ad74413r.c:347
AD74413R_DIN_COMP_OUT
#define AD74413R_DIN_COMP_OUT
Definition: ad74413r.h:69
AD74413R_ADC_RANGE_2P5V_EXT_POW
@ AD74413R_ADC_RANGE_2P5V_EXT_POW
Definition: ad74413r.h:212
AD74413R_ADC_RESULT
#define AD74413R_ADC_RESULT(x)
Definition: ad74413r.h:70
_ad74413r_live_status::VI_ERR_A
uint8_t VI_ERR_A
Definition: ad74413r.h:322
ad74413r_remove
int ad74413r_remove(struct ad74413r_desc *desc)
Free the device descriptor.
Definition: ad74413r.c:1227
ad74413r_reg_update
int ad74413r_reg_update(struct ad74413r_desc *, uint32_t, uint16_t, uint16_t)
Update a register's field.
Definition: ad74413r.c:289
ad74413r_get_adc_rejection
int ad74413r_get_adc_rejection(struct ad74413r_desc *, uint32_t, enum ad74413r_rejection *)
Get the rejection setting for a specific channel.
Definition: ad74413r.c:532
NO_OS_GPIO_LOW
@ NO_OS_GPIO_LOW
Definition: no_os_gpio.h:115
ad74413r_init_param::reset_gpio_param
struct no_os_gpio_init_param * reset_gpio_param
Definition: ad74413r.h:299
AD74413R_START_CONT
@ AD74413R_START_CONT
Definition: ad74413r.h:223
ad74413r_debounce_mode
ad74413r_debounce_mode
Debounce modes for the IOx inputs when using the digital input op mode.
Definition: ad74413r.h:261
AD74413R_FRAME_SIZE
#define AD74413R_FRAME_SIZE
Definition: ad74413r.c:47
ad74413r_set_info
int ad74413r_set_info(struct ad74413r_desc *desc, uint16_t mode)
Select which information the device will respond with (in the readback field) when a read operation i...
Definition: ad74413r.c:347
ad74413r_set_diag
int ad74413r_set_diag(struct ad74413r_desc *desc, uint32_t ch, enum ad74413r_diag_mode diag_code)
Set which diagnostic value to be loaded in the DIAG_RESULT register.
Definition: ad74413r.c:882
AD74413R_CH_200K_TO_GND_MASK
#define AD74413R_CH_200K_TO_GND_MASK
Definition: ad74413r.h:103
AD74413R_ADC_RANGE_MASK
#define AD74413R_ADC_RANGE_MASK
Definition: ad74413r.h:97
no_os_mdelay
void no_os_mdelay(uint32_t msecs)
Wait until msecs milliseconds passed.
Definition: aducm3029_delay.c:126
AD74413R_RANGE_2V5_SCALE_DIV
#define AD74413R_RANGE_2V5_SCALE_DIV
Definition: ad74413r.h:164
ad74413r_adc_get_value
int ad74413r_adc_get_value(struct ad74413r_desc *, uint32_t, struct ad74413r_decimal *)
Get the ADC real value, according to the operation mode.
Definition: ad74413r.c:771
no_os_field_prep
uint32_t no_os_field_prep(uint32_t mask, uint32_t val)
ad74413r_nb_active_channels
int ad74413r_nb_active_channels(struct ad74413r_desc *, uint8_t *)
Get the number of active channels.
Definition: ad74413r.c:312
AD74413R_EN_REJ_DIAG_MASK
#define AD74413R_EN_REJ_DIAG_MASK
Definition: ad74413r.h:136
AD74413R_GPO_CONFIG_DATA
@ AD74413R_GPO_CONFIG_DATA
Definition: ad74413r.h:232
_ad74413r_live_status
Bitfield struct which maps on the LIVE_STATUS register.
Definition: ad74413r.h:321
AD74413R_ALERT_STATUS
#define AD74413R_ALERT_STATUS
Definition: ad74413r.h:72
no_os_error.h
Error codes definition.
AD74413R_STEP_64
@ AD74413R_STEP_64
Definition: ad74413r.h:270
AD74413R_DAC_CLR_CODE
#define AD74413R_DAC_CLR_CODE(x)
Definition: ad74413r.h:64
AD74413R_DEBOUNCE_MODE_MASK
#define AD74413R_DEBOUNCE_MODE_MASK
Definition: ad74413r.h:100
ad74413r_reg_write
int ad74413r_reg_write(struct ad74413r_desc *, uint32_t, uint16_t)
Write a register's value.
Definition: ad74413r.c:248
AD74413R_GPO_DATA_MASK
#define AD74413R_GPO_DATA_MASK
Definition: ad74413r.h:110
ad74413r_reg_write
int ad74413r_reg_write(struct ad74413r_desc *desc, uint32_t addr, uint16_t val)
Write a register's value.
Definition: ad74413r.c:248
AD74413R_DIAG_DVCC
@ AD74413R_DIAG_DVCC
Definition: ad74413r.h:250
ad74413r_set_adc_rejection
int ad74413r_set_adc_rejection(struct ad74413r_desc *desc, uint32_t ch, enum ad74413r_rejection val)
Set the rejection setting for a specific channel.
Definition: ad74413r.c:579
ad74413r_gpo_set_multiple
int ad74413r_gpo_set_multiple(struct ad74413r_desc *desc, uint32_t mask)
Set multiple GPO values at once.
Definition: ad74413r.c:1040
_ad74413r_live_status::CHARGE_PUMP_ERR
uint8_t CHARGE_PUMP_ERR
Definition: ad74413r.h:327
AD74413R_DIAG_RESULT
#define AD74413R_DIAG_RESULT(x)
Definition: ad74413r.h:71
ad74413r_get_adc_single
int ad74413r_get_adc_single(struct ad74413r_desc *desc, uint32_t ch, uint16_t *val, bool is_diag)
Get a single ADC raw value for a specific channel, then power down the ADC.
Definition: ad74413r.c:705
ad74413r_set_therm_rst
int ad74413r_set_therm_rst(struct ad74413r_desc *desc, bool enable)
Enable or disable the higher thermal reset.
Definition: ad74413r.c:1159
_ad74413r_live_status::ADC_BUSY
uint8_t ADC_BUSY
Definition: ad74413r.h:333
no_os_crc8_populate_msb
void no_os_crc8_populate_msb(uint8_t *table, const uint8_t polynomial)
ad74413r_gpo_select
ad74413r_gpo_select
GPO operation modes.
Definition: ad74413r.h:230
AD74413R_DEBOUNCE_MODE_1
@ AD74413R_DEBOUNCE_MODE_1
Definition: ad74413r.h:263
ad74413r_get_raw_adc_result
int ad74413r_get_raw_adc_result(struct ad74413r_desc *, uint32_t, uint16_t *)
Read the raw ADC raw conversion value.
Definition: ad74413r.c:462
ad74413r_decimal::integer
int64_t integer
Definition: ad74413r.h:306
ad74413r_channel_config::function
enum ad74413r_op_mode function
Definition: ad74413r.h:315
AD74413R_CMD_KEY_RESET_2
#define AD74413R_CMD_KEY_RESET_2
Definition: ad74413r.h:85
AD74413R_DIN_THRESH_MODE_MASK
#define AD74413R_DIN_THRESH_MODE_MASK
Definition: ad74413r.h:130
AD74413R_ERR_CLR_MASK
#define AD74413R_ERR_CLR_MASK
Definition: ad74413r.h:94
AD74413R_SCRATCH
#define AD74413R_SCRATCH
Definition: ad74413r.h:79
ad74413r_get_adc_range
int ad74413r_get_adc_range(struct ad74413r_desc *, uint32_t, uint16_t *)
Get the ADC measurement range for a specific channel.
Definition: ad74413r.c:511
AD74413R_SENSEL_C
@ AD74413R_SENSEL_C
Definition: ad74413r.h:254
AD74413R_GPO_CONFIG_HIGH_Z
@ AD74413R_GPO_CONFIG_HIGH_Z
Definition: ad74413r.h:235
AD74413R_LIVE_STATUS
#define AD74413R_LIVE_STATUS
Definition: ad74413r.h:73
AD74413R_CH_FUNC_SETUP
#define AD74413R_CH_FUNC_SETUP(x)
Definition: ad74413r.h:57
AD74413R_CMD_KEY
#define AD74413R_CMD_KEY
Definition: ad74413r.h:78
AD74413R_TEMP_SCALE
#define AD74413R_TEMP_SCALE
Definition: ad74413r.h:158
ad74413r_desc
AD74413r device descriptor.
Definition: ad74413r.h:349
_ad74413r_live_status::_RESERVED
uint8_t _RESERVED
Definition: ad74413r.h:335
_ad74413r_live_status::VI_ERR_D
uint8_t VI_ERR_D
Definition: ad74413r.h:325
AD74413R_LIN_RATE_150KHZ
@ AD74413R_LIN_RATE_150KHZ
Definition: ad74413r.h:282
ad74413r_dac_slew_enable
int ad74413r_dac_slew_enable(struct ad74413r_desc *desc, uint32_t ch, enum ad74413r_slew_lin_step step, enum ad74413r_lin_rate rate)
Configure and enable slew rate control for a DAC on a specific channel.
Definition: ad74413r.c:1119
AD74413R_RANGE_5V_SCALE_DIV
#define AD74413R_RANGE_5V_SCALE_DIV
Definition: ad74413r.h:166
ad74413r_set_debounce_mode
int ad74413r_set_debounce_mode(struct ad74413r_desc *, uint32_t, enum ad74413r_debounce_mode)
Set the debounce mode for the IOx inputs when the ADC is running in digital input mode.
Definition: ad74413r.c:918
AD74413R_SENSEL_D
@ AD74413R_SENSEL_D
Definition: ad74413r.h:255
AD74413R
@ AD74413R
Definition: ad74413r.h:175
ad74413r_get_diag
int ad74413r_get_diag(struct ad74413r_desc *, uint32_t, uint16_t *)
Get the diagnostic value for a specific channel.
Definition: ad74413r.c:896
ad74413r_lin_rate
ad74413r_lin_rate
Possible update rates for a DAC when slew control is enabled.
Definition: ad74413r.h:279
AD74413R_CMD_KEY_DAC_CLEAR
#define AD74413R_CMD_KEY_DAC_CLEAR
Definition: ad74413r.h:91
no_os_gpio_remove
int32_t no_os_gpio_remove(struct no_os_gpio_desc *desc)
Free the resources allocated by no_os_gpio_get().
Definition: no_os_gpio.c:104
no_os_spi_desc
Structure holding SPI descriptor.
Definition: no_os_spi.h:192
_ad74413r_live_status::ALDO5V_ERR
uint8_t ALDO5V_ERR
Definition: ad74413r.h:328
AD74413R_SPI_RD_RET_INFO_MASK
#define AD74413R_SPI_RD_RET_INFO_MASK
Definition: ad74413r.h:93
ad74413r_get_temp
int ad74413r_get_temp(struct ad74413r_desc *, uint32_t, uint16_t *)
Read the die's temperature from the diagnostic register.
Definition: ad74413r.c:842
ad74413r_get_adc_diag_rejection
int ad74413r_get_adc_diag_rejection(struct ad74413r_desc *desc, enum ad74413r_rejection *val)
Get the rejection setting for a specific channel.
Definition: ad74413r.c:553
AD74413R_SENSEL_A
@ AD74413R_SENSEL_A
Definition: ad74413r.h:252
ad74413r.h
Header file of AD74413r Driver.
ad74413r_live_status::value
uint16_t value
Definition: ad74413r.h:343
AD74413R_DIGITAL_INPUT
@ AD74413R_DIGITAL_INPUT
Definition: ad74413r.h:201
no_os_div_u64_rem
uint64_t no_os_div_u64_rem(uint64_t dividend, uint32_t divisor, uint32_t *remainder)
AD74413R_DEBOUNCE_MODE_0
@ AD74413R_DEBOUNCE_MODE_0
Definition: ad74413r.h:262
ad74413r_get_adc_diag_rate
int ad74413r_get_adc_diag_rate(struct ad74413r_desc *desc, uint32_t ch, enum ad74413r_adc_sample *val)
Get the ADC sample rate for the diagnostics channels.
Definition: ad74413r.c:633
ad74413r_live_status::status_bits
struct _ad74413r_live_status status_bits
Definition: ad74413r.h:342
AD74413R_RANGE_5V_OFFSET
#define AD74413R_RANGE_5V_OFFSET
Definition: ad74413r.h:167
AD74413R_COMP_THRESH_MASK
#define AD74413R_COMP_THRESH_MASK
Definition: ad74413r.h:129
ad74413r_set_gpo_config
int ad74413r_set_gpo_config(struct ad74413r_desc *desc, uint32_t ch, enum ad74413r_gpo_select config)
Set the GPO operation mode.
Definition: ad74413r.c:976
ad74413r_init
int ad74413r_init(struct ad74413r_desc **, struct ad74413r_init_param *)
Initialize the device structure.
Definition: ad74413r.c:1170
no_os_gpio_desc
Structure holding the GPIO descriptor.
Definition: no_os_gpio.h:96
AD74412R
@ AD74412R
Definition: ad74413r.h:176
AD74413R_REJECTION_NONE
@ AD74413R_REJECTION_NONE
Definition: ad74413r.h:185
ad74413r_get_diag
int ad74413r_get_diag(struct ad74413r_desc *desc, uint32_t ch, uint16_t *diag_code)
Get the diagnostic value for a specific channel.
Definition: ad74413r.c:896
ad74413r_init_param::comm_param
struct no_os_spi_init_param comm_param
Definition: ad74413r.h:298
AD74413R_TEMP_OFFSET
#define AD74413R_TEMP_OFFSET
Definition: ad74413r.h:157
ad74413r_get_adc_rate
int ad74413r_get_adc_rate(struct ad74413r_desc *desc, uint32_t ch, enum ad74413r_adc_sample *val)
Get the ADC sample rate.
Definition: ad74413r.c:593
AD74413R_CH_EN_MASK
#define AD74413R_CH_EN_MASK(x)
Definition: ad74413r.h:139
AD74413R_ADC_RANGE_10V
@ AD74413R_ADC_RANGE_10V
Definition: ad74413r.h:211
AD74413R_ADC_SAMPLE_10HZ
@ AD74413R_ADC_SAMPLE_10HZ
Definition: ad74413r.h:289
ad74413r_reg_update
int ad74413r_reg_update(struct ad74413r_desc *desc, uint32_t addr, uint16_t mask, uint16_t val)
Update a register's field.
Definition: ad74413r.c:289
ad74413r_reg_read_raw
int ad74413r_reg_read_raw(struct ad74413r_desc *, uint32_t, uint8_t *)
Read a raw communication frame.
Definition: ad74413r.c:219
ad74413r_range_to_voltage_range
int ad74413r_range_to_voltage_range(enum ad74413r_adc_range range, uint32_t *val)
Convert the measuring range of the ADC from range enum values to millivolts.
Definition: ad74413r.c:136
AD74413R_DIAG_EN_MASK
#define AD74413R_DIAG_EN_MASK(x)
Definition: ad74413r.h:138
AD74413R_GPO_PARALLEL
#define AD74413R_GPO_PARALLEL
Definition: ad74413r.h:60
AD74413R_CURRENT_IN_LOOP
@ AD74413R_CURRENT_IN_LOOP
Definition: ad74413r.h:199
ad74413r_get_adc_rate
int ad74413r_get_adc_rate(struct ad74413r_desc *, uint32_t, enum ad74413r_adc_sample *)
Get the ADC sample rate.
Definition: ad74413r.c:593
AD74413R_DIAG_AVDD
@ AD74413R_DIAG_AVDD
Definition: ad74413r.h:244
ad74413r_set_adc_rate
int ad74413r_set_adc_rate(struct ad74413r_desc *desc, uint32_t ch, enum ad74413r_adc_sample val)
Set the ADC sample rate.
Definition: ad74413r.c:613
AD74413R_RESISTANCE
@ AD74413R_RESISTANCE
Definition: ad74413r.h:200
AD74413R_RANGE_2V5_SCALE
#define AD74413R_RANGE_2V5_SCALE
Definition: ad74413r.h:163
ad74413r_adc_get_value
int ad74413r_adc_get_value(struct ad74413r_desc *desc, uint32_t ch, struct ad74413r_decimal *val)
Get the ADC real value, according to the operation mode.
Definition: ad74413r.c:771
no_os_field_get
uint32_t no_os_field_get(uint32_t mask, uint32_t word)
ad74413r_set_channel_function
int ad74413r_set_channel_function(struct ad74413r_desc *desc, uint32_t ch, enum ad74413r_op_mode ch_func)
Set the operation mode for a specific channel.
Definition: ad74413r.c:421
ad74413r_diag_mode
ad74413r_diag_mode
Possible values to be loaded in the DIAG_RESULT register.
Definition: ad74413r.h:241
ad74413r_get_adc_diag_rejection
int ad74413r_get_adc_diag_rejection(struct ad74413r_desc *, enum ad74413r_rejection *)
Get the rejection setting for a specific channel.
Definition: ad74413r.c:553
AD74413R_CURRENT_IN_EXT
@ AD74413R_CURRENT_IN_EXT
Definition: ad74413r.h:198
ad74413r_set_channel_function
int ad74413r_set_channel_function(struct ad74413r_desc *, uint32_t, enum ad74413r_op_mode)
Set the operation mode for a specific channel.
Definition: ad74413r.c:421
NO_OS_BIT
#define NO_OS_BIT(x)
Definition: no_os_util.h:45
AD74413R_STOP_PWR_UP
@ AD74413R_STOP_PWR_UP
Definition: ad74413r.h:221
no_os_crc8
uint8_t no_os_crc8(const uint8_t *table, const uint8_t *pdata, size_t nbytes, uint8_t crc)
no_os_free
void no_os_free(void *ptr)
Deallocate memory previously allocated by a call to no_os_calloc or no_os_malloc.
Definition: chibios_alloc.c:69
ad74413r_dac_voltage_to_code
int ad74413r_dac_voltage_to_code(uint32_t, uint32_t *)
Converts a millivolt value in the corresponding DAC 13 bit code.
Definition: ad74413r.c:188
ad74413r_dac_slew_disable
int ad74413r_dac_slew_disable(struct ad74413r_desc *, uint32_t)
Disable the slew rate control.
Definition: ad74413r.c:1145
AD74413R_STOP_PWR_DOWN
@ AD74413R_STOP_PWR_DOWN
Definition: ad74413r.h:224
ad74413r_set_adc_diag_rate
int ad74413r_set_adc_diag_rate(struct ad74413r_desc *, uint32_t, enum ad74413r_adc_sample)
Set the ADC sample rate for the diagnostics channels.
Definition: ad74413r.c:653
no_os_hweight8
unsigned int no_os_hweight8(uint8_t word)
AD74413R_DIAG_ALDO_1V8
@ AD74413R_DIAG_ALDO_1V8
Definition: ad74413r.h:248
ad74413r_remove
int ad74413r_remove(struct ad74413r_desc *desc)
Free the device descriptor.
Definition: ad74413r.c:1227
AD74413R_ADC_CONV_CTRL
#define AD74413R_ADC_CONV_CTRL
Definition: ad74413r.h:67
ad74413r_gpo_get
int ad74413r_gpo_get(struct ad74413r_desc *, uint32_t, uint8_t *)
Get the GPO value for a specific channel.
Definition: ad74413r.c:955
ad74413r_set_channel_dac_code
int ad74413r_set_channel_dac_code(struct ad74413r_desc *desc, uint32_t ch, uint16_t dac_code)
Set and load a code for the DAC on a specific channel.
Definition: ad74413r.c:863
no_os_udelay
void no_os_udelay(uint32_t usecs)
Wait until usecs microseconds passed.
Definition: aducm3029_delay.c:114
ad74413r_dac_voltage_to_code
int ad74413r_dac_voltage_to_code(uint32_t mvolts, uint32_t *code)
Converts a millivolt value in the corresponding DAC 13 bit code.
Definition: ad74413r.c:188
AD74413R_REJECTION_50_60_HART
@ AD74413R_REJECTION_50_60_HART
Definition: ad74413r.h:186
ad74413r_reset
int ad74413r_reset(struct ad74413r_desc *)
Perform either a software or hardware reset and wait for device reset time.
Definition: ad74413r.c:383
AD74413R_DIAG_TEMP
@ AD74413R_DIAG_TEMP
Definition: ad74413r.h:243
ad74413r_get_adc_diag_rate
int ad74413r_get_adc_diag_rate(struct ad74413r_desc *, uint32_t, enum ad74413r_adc_sample *)
Get the ADC sample rate for the diagnostics channels.
Definition: ad74413r.c:633
ad74413r_init_param::chip_id
enum ad74413r_chip_id chip_id
Definition: ad74413r.h:297
ad74413r_range_to_voltage_offset
int ad74413r_range_to_voltage_offset(enum ad74413r_adc_range, int32_t *)
Convert the measuring range of the ADC from range enum values to millivolts.
Definition: ad74413r.c:163
no_os_gpio_set_value
int32_t no_os_gpio_set_value(struct no_os_gpio_desc *desc, uint8_t value)
Set the value of the specified GPIO.
Definition: no_os_gpio.c:197
ad74413r_set_diag_channel_enable
int ad74413r_set_diag_channel_enable(struct ad74413r_desc *desc, uint32_t ch, bool status)
Enable conversions on a diagnostic register.
Definition: ad74413r.c:497
init_param
struct ad7616_init_param init_param
Definition: ad7616_sdz.c:113
AD74413R_DAC_RANGE
#define AD74413R_DAC_RANGE
Definition: ad74413r.h:145
ad74413r_set_adc_channel_enable
int ad74413r_set_adc_channel_enable(struct ad74413r_desc *, uint32_t, bool)
Enable/disable a specific ADC channel.
Definition: ad74413r.c:475
ad74413r_set_adc_rate
int ad74413r_set_adc_rate(struct ad74413r_desc *, uint32_t, enum ad74413r_adc_sample)
Set the ADC sample rate.
Definition: ad74413r.c:613
ad74413r_channel_config
Device channel state.
Definition: ad74413r.h:313
ad74413r_desc::channel_configs
struct ad74413r_channel_config channel_configs[AD74413R_N_CHANNELS]
Definition: ad74413r.h:353
AD74413R_ADC_SAMPLE_1200HZ
@ AD74413R_ADC_SAMPLE_1200HZ
Definition: ad74413r.h:290
ad74413r_set_debounce_time
int ad74413r_set_debounce_time(struct ad74413r_desc *desc, uint32_t ch, uint32_t time)
Set the debounce settle time for the IOx inputs when the ADC is running in digital input mode.
Definition: ad74413r.c:933
_ad74413r_live_status::VI_ERR_B
uint8_t VI_ERR_B
Definition: ad74413r.h:323
AD74413R_DIGITAL_INPUT_LOOP
@ AD74413R_DIGITAL_INPUT_LOOP
Definition: ad74413r.h:202
AD74413R_NOP
#define AD74413R_NOP
Definition: ad74413r.h:56
AD74413R_DAC_CODE
#define AD74413R_DAC_CODE(x)
Definition: ad74413r.h:63
AD74413R_LIN_RATE_4KHZ
@ AD74413R_LIN_RATE_4KHZ
Definition: ad74413r.h:280
AD74413R_ADC_RANGE_5V_BI_DIR
@ AD74413R_ADC_RANGE_5V_BI_DIR
Definition: ad74413r.h:214
ad74413r_clear_dac
int ad74413r_clear_dac(struct ad74413r_desc *, uint32_t)
Clear the DAC (to the code in DAC_CLR_CODE register)
Definition: ad74413r.c:1094
AD74413R_OUTPUT_CONFIG
#define AD74413R_OUTPUT_CONFIG(x)
Definition: ad74413r.h:62
AD74413R_START_SINGLE
@ AD74413R_START_SINGLE
Definition: ad74413r.h:222
AD74413R_DIAG_AGND
@ AD74413R_DIAG_AGND
Definition: ad74413r.h:242
AD74413R_DIAG_ASSIGN_MASK
#define AD74413R_DIAG_ASSIGN_MASK(x)
Definition: ad74413r.h:142
no_os_spi_remove
int32_t no_os_spi_remove(struct no_os_spi_desc *desc)
Free the resources allocated by no_os_spi_init().
Definition: no_os_spi.c:116
AD74413R_HIGH_Z
@ AD74413R_HIGH_Z
Definition: ad74413r.h:194
ad74413r_range_to_voltage_offset
int ad74413r_range_to_voltage_offset(enum ad74413r_adc_range range, int32_t *val)
Convert the measuring range of the ADC from range enum values to millivolts.
Definition: ad74413r.c:163
ad74413r_gpo_set_multiple
int ad74413r_gpo_set_multiple(struct ad74413r_desc *, uint32_t)
Set multiple GPO values at once.
Definition: ad74413r.c:1040
AD74413R_CONV_SEQ_MASK
#define AD74413R_CONV_SEQ_MASK
Definition: ad74413r.h:137
no_os_gpio.h
Header file of GPIO Interface.
AD74413R_SENSEL_B
@ AD74413R_SENSEL_B
Definition: ad74413r.h:253
AD74413R_LIN_RATE_64KHZ
@ AD74413R_LIN_RATE_64KHZ
Definition: ad74413r.h:281
AD74413R_REJECTION_50_60
@ AD74413R_REJECTION_50_60
Definition: ad74413r.h:184
AD74413R_DIAG_ALDO_5V
@ AD74413R_DIAG_ALDO_5V
Definition: ad74413r.h:247
no_os_spi_init
int32_t no_os_spi_init(struct no_os_spi_desc **desc, const struct no_os_spi_init_param *param)
Initialize the SPI communication peripheral.
Definition: no_os_spi.c:52
no_os_get_unaligned_be16
uint16_t no_os_get_unaligned_be16(uint8_t *buf)
ad74413r_gpo_get
int ad74413r_gpo_get(struct ad74413r_desc *desc, uint32_t ch, uint8_t *val)
Get the GPO value for a specific channel.
Definition: ad74413r.c:955
AD74413R_SLEW_LIN_RATE_MASK
#define AD74413R_SLEW_LIN_RATE_MASK
Definition: ad74413r.h:115
AD74413R_STEP_1820
@ AD74413R_STEP_1820
Definition: ad74413r.h:273
AD74413R_CH_FUNC_SETUP_MASK
#define AD74413R_CH_FUNC_SETUP_MASK
Definition: ad74413r.h:96
ad74413r_reg_read
int ad74413r_reg_read(struct ad74413r_desc *, uint32_t, uint16_t *)
Read a register's value.
Definition: ad74413r.c:263
ad74413r_set_adc_channel_enable
int ad74413r_set_adc_channel_enable(struct ad74413r_desc *desc, uint32_t ch, bool status)
Enable/disable a specific ADC channel.
Definition: ad74413r.c:475
no_os_util.h
Header file of utility functions.
no_os_find_first_set_bit
uint32_t no_os_find_first_set_bit(uint32_t word)
ad74413r_set_gpo_config
int ad74413r_set_gpo_config(struct ad74413r_desc *, uint32_t, enum ad74413r_gpo_select)
Set the GPO operation mode.
Definition: ad74413r.c:976
AD74413R_LIN_RATE_240KHZ
@ AD74413R_LIN_RATE_240KHZ
Definition: ad74413r.h:283
ad74413r_nb_active_channels
int ad74413r_nb_active_channels(struct ad74413r_desc *desc, uint8_t *nb_channels)
Get the number of active channels.
Definition: ad74413r.c:312
ad74413r_set_debounce_mode
int ad74413r_set_debounce_mode(struct ad74413r_desc *desc, uint32_t ch, enum ad74413r_debounce_mode mode)
Set the debounce mode for the IOx inputs when the ADC is running in digital input mode.
Definition: ad74413r.c:918
AD74413R_DIAG_ASSIGN
#define AD74413R_DIAG_ASSIGN
Definition: ad74413r.h:68
ad74413r_get_adc_rejection
int ad74413r_get_adc_rejection(struct ad74413r_desc *desc, uint32_t ch, enum ad74413r_rejection *val)
Get the rejection setting for a specific channel.
Definition: ad74413r.c:532
AD74413R_RANGE_10V_SCALE
#define AD74413R_RANGE_10V_SCALE
Definition: ad74413r.h:161
no_os_gpio_direction_output
int32_t no_os_gpio_direction_output(struct no_os_gpio_desc *desc, uint8_t value)
Enable the output direction of the specified GPIO.
Definition: no_os_gpio.c:147
AD74413R_RSENSE
#define AD74413R_RSENSE
Definition: ad74413r.h:50
AD74413R_DIAG_REFOUT
@ AD74413R_DIAG_REFOUT
Definition: ad74413r.h:246
AD74413R_SLEW_LIN_STEP_MASK
#define AD74413R_SLEW_LIN_STEP_MASK
Definition: ad74413r.h:114
ad74413r_clear_dac
int ad74413r_clear_dac(struct ad74413r_desc *desc, uint32_t ch)
Clear the DAC (to the code in DAC_CLR_CODE register)
Definition: ad74413r.c:1094
_ad74413r_live_status::HI_TEMP_ERR
uint8_t HI_TEMP_ERR
Definition: ad74413r.h:326
AD74413R_ADC_RANGE_2P5V_INT_POW
@ AD74413R_ADC_RANGE_2P5V_INT_POW
Definition: ad74413r.h:213
AD74413R_RTD_PULL_UP
#define AD74413R_RTD_PULL_UP
Definition: ad74413r.h:168
ad74413r_reg_read
int ad74413r_reg_read(struct ad74413r_desc *desc, uint32_t addr, uint16_t *val)
Read a register's value.
Definition: ad74413r.c:263
no_os_crc8.h
Header file of CRC-8 computation.
AD74413R_GPO_CONFIG_COMP
@ AD74413R_GPO_CONFIG_COMP
Definition: ad74413r.h:234
AD74413R_CRC_POLYNOMIAL
#define AD74413R_CRC_POLYNOMIAL
Definition: ad74413r.c:48
ad74413r_gpo_set
int ad74413r_gpo_set(struct ad74413r_desc *, uint32_t, uint8_t)
Set the logic value of a GPO pin.
Definition: ad74413r.c:1022
AD74413R_CURRENT_IN_LOOP_HART
@ AD74413R_CURRENT_IN_LOOP_HART
Definition: ad74413r.h:204
ad74413r_set_diag_channel_enable
int ad74413r_set_diag_channel_enable(struct ad74413r_desc *, uint32_t, bool)
Enable conversions on a diagnostic register.
Definition: ad74413r.c:497
_ad74413r_live_status::VI_ERR_C
uint8_t VI_ERR_C
Definition: ad74413r.h:324
_ad74413r_live_status::ALDO1V8_ERR
uint8_t ALDO1V8_ERR
Definition: ad74413r.h:331
AD74413R_DIN_DEBOUNCE_LEN
#define AD74413R_DIN_DEBOUNCE_LEN
Definition: ad74413r.c:49
AD74413R_VOLTAGE_IN
@ AD74413R_VOLTAGE_IN
Definition: ad74413r.h:197
AD74413R_CMD_KEY_RESET_1
#define AD74413R_CMD_KEY_RESET_1
Definition: ad74413r.h:84
ad74413r_adc_range
ad74413r_adc_range
ADC ranges configurations. These are dependent on the operation mode.
Definition: ad74413r.h:210
ad74413r_desc::reset_gpio
struct no_os_gpio_desc * reset_gpio
Definition: ad74413r.h:354
ad74413r_slew_lin_step
ad74413r_slew_lin_step
The number of increments per step a DAC does when slew control is enabled.
Definition: ad74413r.h:269
AD74413R_THERM_RST
#define AD74413R_THERM_RST
Definition: ad74413r.h:77
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140
ad74413r_set_adc_diag_rate
int ad74413r_set_adc_diag_rate(struct ad74413r_desc *desc, uint32_t ch, enum ad74413r_adc_sample val)
Set the ADC sample rate for the diagnostics channels.
Definition: ad74413r.c:653
AD74413R_CLR_EN_MASK
#define AD74413R_CLR_EN_MASK
Definition: ad74413r.h:116
AD74413R_READ_SELECT
#define AD74413R_READ_SELECT
Definition: ad74413r.h:76
no_os_gpio_get_optional
int32_t no_os_gpio_get_optional(struct no_os_gpio_desc **desc, const struct no_os_gpio_init_param *param)
Get the value of an optional GPIO.
Definition: no_os_gpio.c:75