27#define REAL_BITS               ADC_RESOLUTION 
   28#define STORAGE_BITS            32 
   29#define MODE_BIT_POSTION        21 
   30#define BPDSW_BIT_POSTION       6 
   31#define CNV_START_CMD           0x5C 
   32#define CNV_STOP_CMD            0x58 
   33#define BYTES_TRANSFER_THREE    3 
   36#define AD719X_CHN_SHIFT    4 
void ad719x_iio_event_handler(void)
Run the ad719x IIO event handler.
Definition ad719x_iio.c:1218
 
int32_t ad719x_iio_initialize(void)
Initialize the ad719x IIO Interface.
Definition ad719x_iio.c:1103
 
struct ad719x_dev * p_ad719x_dev_inst
Definition ad719x_iio.c:138