Go to the documentation of this file.
46 #define AD74413R_N_CHANNELS 4
48 #define AD74413R_CH_A 0
49 #define AD74413R_CH_B 1
50 #define AD74413R_CH_C 2
51 #define AD74413R_CH_D 3
54 #define AD74413R_RSENSE 100
56 #define AD74413R_ADC_MAX_VALUE 65535
60 #define AD74413R_NOP 0x00
61 #define AD74413R_CH_FUNC_SETUP(x) (0x01 + x)
62 #define AD74413R_ADC_CONFIG(x) (0x05 + x)
63 #define AD74413R_DIN_CONFIG(x) (0x09 + x)
64 #define AD74413R_GPO_PARALLEL 0x0D
65 #define AD74413R_GPO_CONFIG(x) (0x0E + x)
66 #define AD74413R_OUTPUT_CONFIG(x) (0x12 + x)
67 #define AD74413R_DAC_CODE(x) (0x16 + x)
68 #define AD74413R_DAC_CLR_CODE(x) (0x1A + x)
69 #define AD74413R_DAC_ACTIVE(x) (0x1E + x)
70 #define AD74413R_DIN_THRESH 0x22
71 #define AD74413R_ADC_CONV_CTRL 0x23
72 #define AD74413R_DIAG_ASSIGN 0x24
73 #define AD74413R_DIN_COMP_OUT 0x25
74 #define AD74413R_ADC_RESULT(x) (0x26 + x)
75 #define AD74413R_DIAG_RESULT(x) (0x2A + x)
76 #define AD74413R_ALERT_STATUS 0x2E
77 #define AD74413R_LIVE_STATUS 0x2F
78 #define AD74413R_ALERT_MASK 0x3C
79 #define AD74413R_DIN_COUNTER(x) (0x3D + x)
80 #define AD74413R_READ_SELECT 0x41
81 #define AD74413R_THERM_RST 0x43
82 #define AD74413R_CMD_KEY 0x44
83 #define AD74413R_SCRATCH 0x45
84 #define AD74413R_SILICON_REV 0x46
85 #define AD74413R_ALERT_STATUS_RESET NO_OS_GENMASK(15, 0)
88 #define AD74413R_CMD_KEY_RESET_1 0x15FA
89 #define AD74413R_CMD_KEY_RESET_2 0xAF51
92 #define AD74413R_CMD_KEY_LDAC 0x953A
95 #define AD74413R_CMD_KEY_DAC_CLEAR 0x73D1
97 #define AD74413R_SPI_RD_RET_INFO_MASK NO_OS_BIT(8)
98 #define AD74413R_ERR_CLR_MASK NO_OS_GENMASK(15, 0)
99 #define AD74413R_SPI_CRC_ERR_MASK NO_OS_BIT(13)
100 #define AD74413R_CH_FUNC_SETUP_MASK NO_OS_GENMASK(3, 0)
101 #define AD74413R_ADC_RANGE_MASK NO_OS_GENMASK(7, 5)
102 #define AD74413R_ADC_REJECTION_MASK NO_OS_GENMASK(4, 3)
103 #define AD74413R_DEBOUNCE_TIME_MASK NO_OS_GENMASK(4, 0)
104 #define AD74413R_DEBOUNCE_MODE_MASK NO_OS_BIT(5)
105 #define AD74413R_DIAG_RESULT_MASK NO_OS_GENMASK(15, 0)
106 #define AD74413R_REV_ID NO_OS_GENMASK(7, 0)
107 #define AD74413R_CH_200K_TO_GND_MASK NO_OS_BIT(2)
110 #define AD74413R_GPO_PAR_DATA_MASK(x) NO_OS_BIT(x)
113 #define AD74413R_GPO_SELECT_MASK NO_OS_GENMASK(2, 0)
114 #define AD74413R_GPO_DATA_MASK NO_OS_BIT(3)
117 #define AD74413R_SLEW_EN_MASK NO_OS_GENMASK(7, 6)
118 #define AD74413R_SLEW_LIN_STEP_MASK NO_OS_GENMASK(5, 4)
119 #define AD74413R_SLEW_LIN_RATE_MASK NO_OS_GENMASK(3, 2)
120 #define AD74413R_CLR_EN_MASK NO_OS_BIT(1)
121 #define AD74413R_I_LIMIT_MASK NO_OS_BIT(0)
124 #define AD74413R_DAC_CODE_MASK NO_OS_GENMASK(12, 0)
127 #define AD74413R_CLR_CODE_MASK NO_OS_GENMASK(12, 0)
130 #define AD74413R_DAC_ACTIVE_CODE_MASK NO_OS_GENMASK(12, 0)
133 #define AD74413R_COMP_THRESH_MASK NO_OS_GENMASK(5, 1)
134 #define AD74413R_DIN_THRESH_MODE_MASK NO_OS_BIT(0)
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)
142 #define AD74413R_DIAG_ASSIGN_MASK(x) (NO_OS_GENMASK(3, 0) << (x))
145 #define AD74413R_DAC_RANGE 11000
147 #define AD74413R_DAC_RESOLUTION 13
150 #define AD74413R_THRESHOLD_DAC_RANGE 29
152 #define AD74413R_THRESHOLD_RANGE 16000
154 #define AD74413R_TEMP_OFFSET -2392
155 #define AD74413R_TEMP_SCALE 8950
156 #define AD74413R_TEMP_SCALE_DIV 1000
158 #define AD74413R_RANGE_10V_SCALE 15259ULL
159 #define AD74413R_RANGE_10V_SCALE_DIV 100000ULL
160 #define AD74413R_RANGE_2V5_SCALE 38147ULL
161 #define AD74413R_RANGE_2V5_SCALE_DIV 1000000ULL
162 #define AD74413R_RANGE_5V_SCALE 76294ULL
163 #define AD74413R_RANGE_5V_SCALE_DIV 1000000ULL
164 #define AD74413R_RANGE_5V_OFFSET -(AD74413R_ADC_MAX_VALUE / 2)
165 #define AD74413R_RTD_PULL_UP 2100000ULL
501 #endif // _AD74413R_H
@ AD74413R_REJECTION_HART
Definition: ad74413r.h:183
uint8_t AVDD_ERR
Definition: ad74413r.h:324
#define AD74413R_ADC_CONFIG(x)
Definition: ad74413r.h:62
ad74413r_chip_id
The chips supported by this driver.
Definition: ad74413r.h:170
ad74413r_adc_sample
Definition: ad74413r.h:282
ad74413r_op_mode
Operation modes of the device.
Definition: ad74413r.h:189
#define AD74413R_DIN_THRESH
Definition: ad74413r.h:70
int ad74413r_set_therm_rst(struct ad74413r_desc *, bool)
Enable or disable the higher thermal reset.
Definition: ad74413r.c:988
@ AD74413R_DIAG_IOVDD
Definition: ad74413r.h:247
void no_os_put_unaligned_be16(uint16_t val, uint8_t *buf)
int ad74413r_set_adc_rejection(struct ad74413r_desc *, uint32_t, enum ad74413r_rejection)
Set the rejection setting for a specific channel.
Definition: ad74413r.c:470
@ AD74413R_STEP_500
Definition: ad74413r.h:268
@ AD74413R_ADC_SAMPLE_4800HZ
Definition: ad74413r.h:284
int64_t no_os_div_s64_rem(int64_t dividend, int32_t divisor, int32_t *remainder)
ad74413r_rejection
Rejection config values. The HART variants are not supported by the AD74412R device.
Definition: ad74413r.h:179
int ad74413r_reg_read_raw(struct ad74413r_desc *desc, uint32_t addr, uint8_t *val)
Read a raw communication frame.
Definition: ad74413r.c:172
int ad74413r_clear_errors(struct ad74413r_desc *desc)
Clear the ALERT_STATUS register.
Definition: ad74413r.c:283
uint8_t ADC_CH_CURR
Definition: ad74413r.h:327
#define AD74413R_CMD_KEY_LDAC
Definition: ad74413r.h:92
bool enabled
Definition: ad74413r.h:309
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:911
#define AD74413R_ADC_MAX_VALUE
Definition: ad74413r.h:56
#define AD74413R_THRESHOLD_DAC_RANGE
Definition: ad74413r.h:150
@ AD74413R_GPO_CONFIG_100K_PD
Definition: ad74413r.h:227
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:427
#define NO_OS_GENMASK(h, l)
Definition: no_os_util.h:86
#define AD74413R_DIAG_RESULT_MASK
Definition: ad74413r.h:105
#define AD74413R_THRESHOLD_RANGE
Definition: ad74413r.h:152
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:95
enum ad74413r_chip_id chip_id
Definition: ad74413r.h:345
@ AD74413R_GPO_CONFIG_PAR_DATA
Definition: ad74413r.h:229
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:692
int ad74413r_get_live(struct ad74413r_desc *, union ad74413r_live_status *)
Read the live status bits.
Definition: ad74413r.c:897
int ad74413r_reset(struct ad74413r_desc *desc)
Perform a soft reset.
Definition: ad74413r.c:333
#define AD74413R_TEMP_SCALE_DIV
Definition: ad74413r.h:156
Initialization parameter for the device descriptor.
Definition: ad74413r.h:292
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:711
@ AD74413R_STEP_120
Definition: ad74413r.h:267
@ AD74413R_ADC_SAMPLE_20HZ
Definition: ad74413r.h:283
Header file of SPI Interface.
int ad74413r_init(struct ad74413r_desc **desc, struct ad74413r_init_param *init_param)
Initialize the device structure.
Definition: ad74413r.c:999
#define AD74413R_GPO_CONFIG(x)
Definition: ad74413r.h:65
#define AD74413R_DEBOUNCE_TIME_MASK
Definition: ad74413r.h:103
#define AD74413R_RANGE_5V_SCALE
Definition: ad74413r.h:162
int ad74413r_set_adc_conv_seq(struct ad74413r_desc *, enum ad74413r_conv_seq)
Start or stop ADC conversions.
Definition: ad74413r.c:523
@ AD74413R_CURRENT_OUT
Definition: ad74413r.h:192
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:822
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:911
uint8_t ADC_DATA_RDY
Definition: ad74413r.h:329
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:762
#define AD74413R_GPO_SELECT_MASK
Definition: ad74413r.h:113
int ad74413r_set_adc_conv_seq(struct ad74413r_desc *desc, enum ad74413r_conv_seq status)
Start or stop ADC conversions.
Definition: ad74413r.c:523
int ad74413r_clear_errors(struct ad74413r_desc *)
Clear the ALERT_STATUS register.
Definition: ad74413r.c:283
uint8_t comm_buff[4]
Definition: ad74413r.h:347
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:378
Header file of Delay functions.
ADC value format.
Definition: ad74413r.h:300
int ad74413r_get_live(struct ad74413r_desc *desc, union ad74413r_live_status *status)
Read the live status bits.
Definition: ad74413r.c:897
struct no_os_spi_desc * comm_desc
Definition: ad74413r.h:346
#define AD74413R_DIN_CONFIG(x)
Definition: ad74413r.h:63
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:948
@ AD74413R_DIAG_DLDO_1V8
Definition: ad74413r.h:245
uint8_t DVCC_ERR
Definition: ad74413r.h:325
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:671
#define AD74413R_RANGE_10V_SCALE_DIV
Definition: ad74413r.h:159
#define AD74413R_ADC_REJECTION_MASK
Definition: ad74413r.h:102
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:851
#define AD74413R_N_CHANNELS
Definition: ad74413r.h:46
ad74413r_conv_seq
ADC conversion sequence commands.
Definition: ad74413r.h:216
int ad74413r_get_adc_single(struct ad74413r_desc *desc, uint32_t ch, uint16_t *val)
Get a single ADC raw value for a specific channel, then power down the ADC.
Definition: ad74413r.c:548
@ AD74413R_CURRENT_IN_EXT_HART
Definition: ad74413r.h:199
#define AD74413R_DAC_RESOLUTION
Definition: ad74413r.h:147
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:822
int ad74413r_dac_slew_disable(struct ad74413r_desc *desc, uint32_t ch)
Disable the slew rate control.
Definition: ad74413r.c:974
uint32_t decimal
Definition: ad74413r.h:302
@ AD74413R_DIAG_AVSS
Definition: ad74413r.h:241
Used to store the live status bit fields.
Definition: ad74413r.h:336
@ AD74413R_VOLTAGE_OUT
Definition: ad74413r.h:191
#define AD74413R_SLEW_EN_MASK
Definition: ad74413r.h:117
NO_OS_DECLARE_CRC8_TABLE(_crc_table)
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:297
#define AD74413R_DIN_COMP_OUT
Definition: ad74413r.h:73
@ AD74413R_ADC_RANGE_2P5V_EXT_POW
Definition: ad74413r.h:208
#define AD74413R_ADC_RESULT(x)
Definition: ad74413r.h:74
uint8_t VI_ERR_A
Definition: ad74413r.h:317
int ad74413r_remove(struct ad74413r_desc *desc)
Free the device descriptor.
Definition: ad74413r.c:1049
int ad74413r_reg_update(struct ad74413r_desc *, uint32_t, uint16_t, uint16_t)
Update a register's field.
Definition: ad74413r.c:239
int ad74413r_get_adc_rejection(struct ad74413r_desc *, uint32_t, enum ad74413r_rejection *)
Get the rejection setting for a specific channel.
Definition: ad74413r.c:448
@ AD74413R_START_CONT
Definition: ad74413r.h:219
ad74413r_debounce_mode
Debounce modes for the IOx inputs when using the digital input op mode.
Definition: ad74413r.h:257
#define AD74413R_FRAME_SIZE
Definition: ad74413r.c:52
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:297
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:711
#define AD74413R_CH_200K_TO_GND_MASK
Definition: ad74413r.h:107
#define AD74413R_ADC_RANGE_MASK
Definition: ad74413r.h:101
void no_os_mdelay(uint32_t msecs)
Wait until msecs milliseconds passed.
Definition: aducm3029_delay.c:132
#define AD74413R_RANGE_2V5_SCALE_DIV
Definition: ad74413r.h:161
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:602
uint32_t no_os_field_prep(uint32_t mask, uint32_t val)
int ad74413r_nb_active_channels(struct ad74413r_desc *, uint8_t *)
Get the number of active channels.
Definition: ad74413r.c:262
@ AD74413R_GPO_CONFIG_DATA
Definition: ad74413r.h:228
Bitfield struct which maps on the LIVE_STATUS register.
Definition: ad74413r.h:316
#define AD74413R_ALERT_STATUS
Definition: ad74413r.h:76
@ AD74413R_STEP_64
Definition: ad74413r.h:266
#define AD74413R_DAC_CLR_CODE(x)
Definition: ad74413r.h:68
#define AD74413R_DEBOUNCE_MODE_MASK
Definition: ad74413r.h:104
int ad74413r_reg_write(struct ad74413r_desc *, uint32_t, uint16_t)
Write a register's value.
Definition: ad74413r.c:198
#define AD74413R_GPO_DATA_MASK
Definition: ad74413r.h:114
int ad74413r_reg_write(struct ad74413r_desc *desc, uint32_t addr, uint16_t val)
Write a register's value.
Definition: ad74413r.c:198
@ AD74413R_DIAG_DVCC
Definition: ad74413r.h:246
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:470
int ad74413r_gpo_set_multiple(struct ad74413r_desc *desc, uint32_t mask)
Set multiple GPO values at once.
Definition: ad74413r.c:869
uint8_t CHARGE_PUMP_ERR
Definition: ad74413r.h:322
#define AD74413R_DIAG_RESULT(x)
Definition: ad74413r.h:75
int ad74413r_set_therm_rst(struct ad74413r_desc *desc, bool enable)
Enable or disable the higher thermal reset.
Definition: ad74413r.c:988
uint8_t ADC_BUSY
Definition: ad74413r.h:328
void no_os_crc8_populate_msb(uint8_t *table, const uint8_t polynomial)
ad74413r_gpo_select
GPO operation modes.
Definition: ad74413r.h:226
@ AD74413R_DEBOUNCE_MODE_1
Definition: ad74413r.h:259
int ad74413r_get_raw_adc_result(struct ad74413r_desc *, uint32_t, uint16_t *)
Read the raw ADC raw conversion value.
Definition: ad74413r.c:378
int64_t integer
Definition: ad74413r.h:301
enum ad74413r_op_mode function
Definition: ad74413r.h:310
#define AD74413R_CMD_KEY_RESET_2
Definition: ad74413r.h:89
#define AD74413R_DIN_THRESH_MODE_MASK
Definition: ad74413r.h:134
#define AD74413R_ERR_CLR_MASK
Definition: ad74413r.h:98
#define AD74413R_SCRATCH
Definition: ad74413r.h:83
int ad74413r_get_adc_range(struct ad74413r_desc *, uint32_t, uint16_t *)
Get the ADC measurement range for a specific channel.
Definition: ad74413r.c:427
@ AD74413R_SENSEL_C
Definition: ad74413r.h:250
@ AD74413R_GPO_CONFIG_HIGH_Z
Definition: ad74413r.h:231
#define AD74413R_LIVE_STATUS
Definition: ad74413r.h:77
#define AD74413R_CH_FUNC_SETUP(x)
Definition: ad74413r.h:61
#define AD74413R_CMD_KEY
Definition: ad74413r.h:82
#define AD74413R_TEMP_SCALE
Definition: ad74413r.h:155
AD74413r device descriptor.
Definition: ad74413r.h:344
uint8_t _RESERVED
Definition: ad74413r.h:330
uint8_t VI_ERR_D
Definition: ad74413r.h:320
@ AD74413R_LIN_RATE_150KHZ
Definition: ad74413r.h:278
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:948
#define AD74413R_RANGE_5V_SCALE_DIV
Definition: ad74413r.h:163
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:747
@ AD74413R_SENSEL_D
Definition: ad74413r.h:251
@ AD74413R
Definition: ad74413r.h:171
int ad74413r_get_diag(struct ad74413r_desc *, uint32_t, uint16_t *)
Get the diagnostic value for a specific channel.
Definition: ad74413r.c:725
ad74413r_lin_rate
Possible update rates for a DAC when slew control is enabled.
Definition: ad74413r.h:275
#define AD74413R_CMD_KEY_DAC_CLEAR
Definition: ad74413r.h:95
int ad74413r_get_adc_single(struct ad74413r_desc *, uint32_t, uint16_t *)
Get a single ADC raw value for a specific channel, then power down the ADC.
Definition: ad74413r.c:548
Structure holding SPI descriptor.
Definition: no_os_spi.h:143
uint8_t ALDO5V_ERR
Definition: ad74413r.h:323
#define AD74413R_SPI_RD_RET_INFO_MASK
Definition: ad74413r.h:97
int ad74413r_get_temp(struct ad74413r_desc *, uint32_t, uint16_t *)
Read the die's temperature from the diagnostic register.
Definition: ad74413r.c:671
@ AD74413R_SENSEL_A
Definition: ad74413r.h:248
Header file of AD74413r Driver.
uint16_t value
Definition: ad74413r.h:338
@ AD74413R_DIGITAL_INPUT
Definition: ad74413r.h:197
uint64_t no_os_div_u64_rem(uint64_t dividend, uint32_t divisor, uint32_t *remainder)
@ AD74413R_DEBOUNCE_MODE_0
Definition: ad74413r.h:258
struct _ad74413r_live_status status_bits
Definition: ad74413r.h:337
#define AD74413R_RANGE_5V_OFFSET
Definition: ad74413r.h:164
#define AD74413R_COMP_THRESH_MASK
Definition: ad74413r.h:133
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:805
int ad74413r_init(struct ad74413r_desc **, struct ad74413r_init_param *)
Initialize the device structure.
Definition: ad74413r.c:999
@ AD74412R
Definition: ad74413r.h:172
@ AD74413R_REJECTION_NONE
Definition: ad74413r.h:181
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:725
struct no_os_spi_init_param comm_param
Definition: ad74413r.h:294
#define AD74413R_TEMP_OFFSET
Definition: ad74413r.h:154
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:484
#define AD74413R_CH_EN_MASK(x)
Definition: ad74413r.h:139
@ AD74413R_ADC_RANGE_10V
Definition: ad74413r.h:207
@ AD74413R_ADC_SAMPLE_10HZ
Definition: ad74413r.h:285
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:239
int ad74413r_reg_read_raw(struct ad74413r_desc *, uint32_t, uint8_t *)
Read a raw communication frame.
Definition: ad74413r.c:172
#define AD74413R_DIAG_EN_MASK(x)
Definition: ad74413r.h:138
#define AD74413R_GPO_PARALLEL
Definition: ad74413r.h:64
@ AD74413R_CURRENT_IN_LOOP
Definition: ad74413r.h:195
int ad74413r_get_adc_rate(struct ad74413r_desc *, uint32_t, enum ad74413r_adc_sample *)
Get the ADC sample rate.
Definition: ad74413r.c:484
@ AD74413R_DIAG_AVDD
Definition: ad74413r.h:240
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:504
@ AD74413R_RESISTANCE
Definition: ad74413r.h:196
#define AD74413R_RANGE_2V5_SCALE
Definition: ad74413r.h:160
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:602
uint32_t no_os_field_get(uint32_t mask, uint32_t word)
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:351
ad74413r_diag_mode
Possible values to be loaded in the DIAG_RESULT register.
Definition: ad74413r.h:237
@ AD74413R_CURRENT_IN_EXT
Definition: ad74413r.h:194
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:351
#define NO_OS_BIT(x)
Definition: no_os_util.h:51
@ AD74413R_STOP_PWR_UP
Definition: ad74413r.h:217
uint8_t no_os_crc8(const uint8_t *table, const uint8_t *pdata, size_t nbytes, uint8_t crc)
int ad74413r_dac_voltage_to_code(uint32_t, uint32_t *)
Converts a millivolt value in the corresponding DAC 13 bit code.
Definition: ad74413r.c:141
int ad74413r_dac_slew_disable(struct ad74413r_desc *, uint32_t)
Disable the slew rate control.
Definition: ad74413r.c:974
@ AD74413R_STOP_PWR_DOWN
Definition: ad74413r.h:220
unsigned int no_os_hweight8(uint8_t word)
@ AD74413R_DIAG_ALDO_1V8
Definition: ad74413r.h:244
int ad74413r_remove(struct ad74413r_desc *desc)
Free the device descriptor.
Definition: ad74413r.c:1049
#define AD74413R_ADC_CONV_CTRL
Definition: ad74413r.h:71
int ad74413r_gpo_get(struct ad74413r_desc *, uint32_t, uint8_t *)
Get the GPO value for a specific channel.
Definition: ad74413r.c:784
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:692
void no_os_udelay(uint32_t usecs)
Wait until usecs microseconds passed.
Definition: aducm3029_delay.c:120
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:141
@ AD74413R_REJECTION_50_60_HART
Definition: ad74413r.h:182
int ad74413r_reset(struct ad74413r_desc *)
Perform a soft reset.
Definition: ad74413r.c:333
@ AD74413R_DIAG_TEMP
Definition: ad74413r.h:239
enum ad74413r_chip_id chip_id
Definition: ad74413r.h:293
int ad74413r_set_diag_channel_enable(struct ad74413r_desc *desc, uint32_t ch, bool status)
Enable conversions on a diagnostic register.
Definition: ad74413r.c:413
struct ad7616_init_param init_param
Definition: ad7616_sdz.c:96
#define AD74413R_DAC_RANGE
Definition: ad74413r.h:145
int ad74413r_set_adc_channel_enable(struct ad74413r_desc *, uint32_t, bool)
Enable/disable a specific ADC channel.
Definition: ad74413r.c:391
int ad74413r_set_adc_rate(struct ad74413r_desc *, uint32_t, enum ad74413r_adc_sample)
Set the ADC sample rate.
Definition: ad74413r.c:504
Device channel state.
Definition: ad74413r.h:308
struct ad74413r_channel_config channel_configs[AD74413R_N_CHANNELS]
Definition: ad74413r.h:348
@ AD74413R_ADC_SAMPLE_1200HZ
Definition: ad74413r.h:286
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:762
uint8_t VI_ERR_B
Definition: ad74413r.h:318
@ AD74413R_DIGITAL_INPUT_LOOP
Definition: ad74413r.h:198
#define AD74413R_DAC_CODE(x)
Definition: ad74413r.h:67
@ AD74413R_LIN_RATE_4KHZ
Definition: ad74413r.h:276
@ AD74413R_ADC_RANGE_5V_BI_DIR
Definition: ad74413r.h:210
int ad74413r_clear_dac(struct ad74413r_desc *, uint32_t)
Clear the DAC (to the code in DAC_CLR_CODE register)
Definition: ad74413r.c:923
#define AD74413R_OUTPUT_CONFIG(x)
Definition: ad74413r.h:66
@ AD74413R_START_SINGLE
Definition: ad74413r.h:218
@ AD74413R_DIAG_AGND
Definition: ad74413r.h:238
#define AD74413R_DIAG_ASSIGN_MASK(x)
Definition: ad74413r.h:142
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:77
@ AD74413R_HIGH_Z
Definition: ad74413r.h:190
int ad74413r_gpo_set_multiple(struct ad74413r_desc *, uint32_t)
Set multiple GPO values at once.
Definition: ad74413r.c:869
#define AD74413R_CONV_SEQ_MASK
Definition: ad74413r.h:137
@ AD74413R_SENSEL_B
Definition: ad74413r.h:249
@ AD74413R_LIN_RATE_64KHZ
Definition: ad74413r.h:277
@ AD74413R_REJECTION_50_60
Definition: ad74413r.h:180
@ AD74413R_DIAG_ALDO_5V
Definition: ad74413r.h:243
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:51
uint16_t no_os_get_unaligned_be16(uint8_t *buf)
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:784
#define AD74413R_SLEW_LIN_RATE_MASK
Definition: ad74413r.h:119
@ AD74413R_STEP_1820
Definition: ad74413r.h:269
#define AD74413R_CH_FUNC_SETUP_MASK
Definition: ad74413r.h:100
int ad74413r_reg_read(struct ad74413r_desc *, uint32_t, uint16_t *)
Read a register's value.
Definition: ad74413r.c:213
int ad74413r_set_adc_channel_enable(struct ad74413r_desc *desc, uint32_t ch, bool status)
Enable/disable a specific ADC channel.
Definition: ad74413r.c:391
Header file of utility functions.
uint32_t no_os_find_first_set_bit(uint32_t word)
int ad74413r_set_gpo_config(struct ad74413r_desc *, uint32_t, enum ad74413r_gpo_select)
Set the GPO operation mode.
Definition: ad74413r.c:805
@ AD74413R_LIN_RATE_240KHZ
Definition: ad74413r.h:279
int ad74413r_nb_active_channels(struct ad74413r_desc *desc, uint8_t *nb_channels)
Get the number of active channels.
Definition: ad74413r.c:262
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:747
#define AD74413R_DIAG_ASSIGN
Definition: ad74413r.h:72
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:448
#define AD74413R_RANGE_10V_SCALE
Definition: ad74413r.h:158
#define AD74413R_RSENSE
Definition: ad74413r.h:54
@ AD74413R_DIAG_REFOUT
Definition: ad74413r.h:242
#define AD74413R_SLEW_LIN_STEP_MASK
Definition: ad74413r.h:118
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:923
uint8_t HI_TEMP_ERR
Definition: ad74413r.h:321
@ AD74413R_ADC_RANGE_2P5V_INT_POW
Definition: ad74413r.h:209
#define AD74413R_RTD_PULL_UP
Definition: ad74413r.h:165
int ad74413r_reg_read(struct ad74413r_desc *desc, uint32_t addr, uint16_t *val)
Read a register's value.
Definition: ad74413r.c:213
Header file of CRC-8 computation.
@ AD74413R_GPO_CONFIG_COMP
Definition: ad74413r.h:230
#define AD74413R_CRC_POLYNOMIAL
Definition: ad74413r.c:53
int ad74413r_gpo_set(struct ad74413r_desc *, uint32_t, uint8_t)
Set the logic value of a GPO pin.
Definition: ad74413r.c:851
@ AD74413R_CURRENT_IN_LOOP_HART
Definition: ad74413r.h:200
int ad74413r_set_diag_channel_enable(struct ad74413r_desc *, uint32_t, bool)
Enable conversions on a diagnostic register.
Definition: ad74413r.c:413
uint8_t VI_ERR_C
Definition: ad74413r.h:319
uint8_t ALDO1V8_ERR
Definition: ad74413r.h:326
#define AD74413R_DIN_DEBOUNCE_LEN
Definition: ad74413r.c:54
@ AD74413R_VOLTAGE_IN
Definition: ad74413r.h:193
#define AD74413R_CMD_KEY_RESET_1
Definition: ad74413r.h:88
ad74413r_adc_range
ADC ranges configurations. These are dependent on the operation mode.
Definition: ad74413r.h:206
ad74413r_slew_lin_step
The number of increments per step a DAC does when slew control is enabled.
Definition: ad74413r.h:265
#define AD74413R_THERM_RST
Definition: ad74413r.h:81
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:121
#define AD74413R_CLR_EN_MASK
Definition: ad74413r.h:120
#define AD74413R_READ_SELECT
Definition: ad74413r.h:80