no-OS
|
Header file for AD738x Driver. More...
Go to the source code of this file.
Classes | |
struct | ad738x_dev |
struct | ad738x_init_param |
Enumerations | |
enum | ad738x_conv_mode { TWO_WIRE_MODE, ONE_WIRE_MODE } |
enum | ad738x_os_mode { NORMAL_OS_MODE, ROLLING_OS_MODE } |
enum | ad738x_os_ratio { OSR_DISABLED, OSR_X2, OSR_X4, OSR_X8, OSR_X16, OSR_X32 } |
enum | ad738x_resolution { RES_16_BIT, RES_18_BIT } |
enum | ad738x_reset_type { SOFT_RESET, HARD_RESET } |
enum | ad738x_pwd_mode { NORMAL_PWDM, FULL_PWDM } |
enum | ad738x_ref_sel { INT_REF, EXT_REF } |
Functions | |
int32_t | ad738x_init (struct ad738x_dev **device, struct ad738x_init_param *init_param) |
int32_t | ad738x_remove (struct ad738x_dev *dev) |
Free the resources allocated by ad738x_init(). More... | |
int32_t | ad738x_spi_reg_read (struct ad738x_dev *dev, uint8_t reg_addr, uint16_t *reg_data) |
int32_t | ad738x_spi_reg_write (struct ad738x_dev *dev, uint8_t reg_addr, uint16_t reg_data) |
int32_t | ad738x_spi_single_conversion (struct ad738x_dev *dev, uint32_t *adc_data) |
int32_t | ad738x_spi_write_mask (struct ad738x_dev *dev, uint8_t reg_addr, uint32_t mask, uint16_t data) |
int32_t | ad738x_set_conversion_mode (struct ad738x_dev *dev, enum ad738x_conv_mode mode) |
int32_t | ad738x_reset (struct ad738x_dev *dev, enum ad738x_reset_type reset) |
int32_t | ad738x_oversampling_config (struct ad738x_dev *dev, enum ad738x_os_mode os_mode, enum ad738x_os_ratio os_ratio, enum ad738x_resolution res) |
int32_t | ad738x_power_down_mode (struct ad738x_dev *dev, enum ad738x_pwd_mode pmode) |
int32_t | ad738x_reference_sel (struct ad738x_dev *dev, enum ad738x_ref_sel ref_sel) |
int32_t | ad738x_read_data (struct ad738x_dev *dev, uint32_t *buf, uint16_t samples) |
Read from device. Enter register mode to read/write registers. More... | |
Header file for AD738x Driver.
Copyright 2020(c) Analog Devices, Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES, INC. “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define AD738X_ALERT_HIGH | ( | x | ) | (((x) & 0xFFF) << 0) |
#define AD738X_ALERT_HIGH_MSK NO_OS_GENMASK(11, 0) |
#define AD738X_ALERT_LOW | ( | x | ) | (((x) & 0xFFF) << 0) |
#define AD738X_ALERT_LOW_MSK NO_OS_GENMASK(11, 0) |
#define AD738X_CONFIG1_ALERTEN | ( | x | ) | (((x) & 0x1) << 3) |
#define AD738X_CONFIG1_ALERTEN_MSK NO_OS_BIT(3) |
#define AD738X_CONFIG1_CRC_R | ( | x | ) | (((x) & 0x1) << 4) |
#define AD738X_CONFIG1_CRC_R_MSK NO_OS_BIT(4) |
#define AD738X_CONFIG1_CRC_W | ( | x | ) | (((x) & 0x1) << 5) |
#define AD738X_CONFIG1_CRC_W_MSK NO_OS_BIT(5) |
#define AD738X_CONFIG1_OS_MODE | ( | x | ) | (((x) & 0x1) << 9) |
#define AD738X_CONFIG1_OS_MODE_MSK NO_OS_BIT(9) |
#define AD738X_CONFIG1_OSR | ( | x | ) | (((x) & 0x7) << 6) |
#define AD738X_CONFIG1_OSR_MSK NO_OS_GENMASK(8, 6) |
#define AD738X_CONFIG1_PMODE | ( | x | ) | (((x) & 0x1) << 0) |
#define AD738X_CONFIG1_PMODE_MSK NO_OS_BIT(0) |
#define AD738X_CONFIG1_REFSEL | ( | x | ) | (((x) & 0x1) << 1) |
#define AD738X_CONFIG1_REFSEL_MSK NO_OS_BIT(1) |
#define AD738X_CONFIG1_RES | ( | x | ) | (((x) & 0x1) << 2) |
#define AD738X_CONFIG1_RES_MSK NO_OS_BIT(2) |
#define AD738X_CONFIG2_RESET | ( | x | ) | (((x) & 0xFF) << 0) |
#define AD738X_CONFIG2_RESET_MSK NO_OS_GENMASK(7, 0) |
#define AD738X_CONFIG2_SDO2 | ( | x | ) | (((x) & 0x1) << 8) |
#define AD738X_CONFIG2_SDO2_MSK NO_OS_BIT(8) |
#define AD738X_CONFIG2_SDO4 | ( | x | ) | (((x) & 0x3) << 8) |
#define AD738X_CONFIG2_SDO4_MSK NO_OS_GENMASK(9, 8) |
#define AD738X_FLAG_OFFLOAD NO_OS_BIT(1) |
#define AD738X_FLAG_STANDARD_SPI_DMA NO_OS_BIT(0) |
#define AD738X_REG_ALERT 0x03 |
#define AD738X_REG_ALERT_HIGH_TH 0x05 |
#define AD738X_REG_ALERT_LOW_TH 0x04 |
#define AD738X_REG_CONFIG1 0x01 |
#define AD738X_REG_CONFIG2 0x02 |
#define AD738X_REG_NOP 0x00 |
#define AD738X_REG_READ | ( | x | ) | ((x & 0x7) << 4) |
#define AD738X_REG_WRITE | ( | x | ) | ((1 << 7) | ((x & 0x7) << 4)) |
enum ad738x_conv_mode |
enum ad738x_os_mode |
enum ad738x_os_ratio |
enum ad738x_pwd_mode |
enum ad738x_ref_sel |
enum ad738x_reset_type |
enum ad738x_resolution |
int32_t ad738x_init | ( | struct ad738x_dev ** | device, |
struct ad738x_init_param * | init_param | ||
) |
Initialize the device.
Initialize the device.
device | - The device structure. |
init_param | - The structure that contains the device initial parameters. |
int32_t ad738x_oversampling_config | ( | struct ad738x_dev * | dev, |
enum ad738x_os_mode | os_mode, | ||
enum ad738x_os_ratio | os_ratio, | ||
enum ad738x_resolution | res | ||
) |
Set the oversampling mode and ratio.
Sets the oversampling mode in the device (os_mode) Sets the oversampling ratio (osr) Sets the size of the conversion result data (res)
dev | - The device structure. |
os_mode | - accepted values: NORMAL_OS_MODE ROLLING_OS_MODE |
os_ratio | - accepted values: OSR_DISABLED OSR_X2 OSR_X4 OSR_X8 OSR_X16 OSR_X32 |
res | - accepted values: RES_16_BIT RES_18_BIT |
int32_t ad738x_power_down_mode | ( | struct ad738x_dev * | dev, |
enum ad738x_pwd_mode | pmode | ||
) |
Device power down.
Device power down.
dev | - The device structure. |
pmode | - Type of power mode Accepted values: NORMAL_PWDM FULL_PWDM |
int32_t ad738x_read_data | ( | struct ad738x_dev * | dev, |
uint32_t * | buf, | ||
uint16_t | samples | ||
) |
Read from device. Enter register mode to read/write registers.
Read data from device.
dev | - ad738x_dev device handler. |
buf | - data buffer. |
samples | - sample number. |
int32_t ad738x_reference_sel | ( | struct ad738x_dev * | dev, |
enum ad738x_ref_sel | ref_sel | ||
) |
Enable internal or external reference.
Enable internal or external reference
dev | - The device structure. |
ref_sel | - Type of reference Accepted values: INT_REF EXT_REF |
int32_t ad738x_remove | ( | struct ad738x_dev * | dev | ) |
Free the resources allocated by ad738x_init().
Free the resources allocated by ad738x_init().
dev | - The device structure. |
int32_t ad738x_reset | ( | struct ad738x_dev * | dev, |
enum ad738x_reset_type | reset | ||
) |
Device reset over SPI.
Device reset over SPI.
dev | - The device structure. |
reset | - Type of reset. Accepted values: SOFT_RESET HARD_RESET |
int32_t ad738x_set_conversion_mode | ( | struct ad738x_dev * | dev, |
enum ad738x_conv_mode | mode | ||
) |
Conversion mode
Select if ADC A and ADC B output on both SDOA and SDOB lines (two wire mode) or only on on the SDOA line
dev | - The device structure. |
mode | - The conversion output mode. Accepted values: TWO_WIRE_MODE ONE_WIRE_MODE |
int32_t ad738x_spi_reg_read | ( | struct ad738x_dev * | dev, |
uint8_t | reg_addr, | ||
uint16_t * | reg_data | ||
) |
Read from device.
Read from device.
dev | - The device structure. |
reg_addr | - The register address. |
reg_data | - The register data. |
int32_t ad738x_spi_reg_write | ( | struct ad738x_dev * | dev, |
uint8_t | reg_addr, | ||
uint16_t | reg_data | ||
) |
Write to device.
Write to device.
dev | - The device structure. |
reg_addr | - The register address. |
reg_data | - The register data. |
int32_t ad738x_spi_single_conversion | ( | struct ad738x_dev * | dev, |
uint32_t * | adc_data | ||
) |
Read conversion result from device.
Read conversion result from device.
dev | - The device structure. |
adc_data | - The conversion result data |
int32_t ad738x_spi_write_mask | ( | struct ad738x_dev * | dev, |
uint8_t | reg_addr, | ||
uint32_t | mask, | ||
uint16_t | data | ||
) |
SPI write to device using a mask.
SPI write to device using a mask.
dev | - The device structure. |
reg_addr | - The register address. |
mask | - The mask. |
data | - The register data. |