40#define ADPD1080_CHANNEL_NO 8
41#define ADPD1080_WORD_BIT_SIZE 16
42#define ADPD1080_BITS_PER_SAMPLE 32
43#define ADPD1080_WORDS_PER_SAMPLE \
44 (ADPD1080_BITS_PER_SAMPLE / ADPD1080_WORD_BIT_SIZE)
43#define ADPD1080_WORDS_PER_SAMPLE \ …
struct ad7616_init_param init_param
Definition ad7616_sdz.c:107
ADPD188 driver header file.
struct iio_device iio_adpd188_device
Definition iio_adpd188.c:561
int32_t adpd188_iio_remove(struct adpd188_iio_desc *dev)
Free mmory allocated by adpd188_iio_init().
Definition iio_adpd188.c:548
int32_t adpd188_iio_init(struct adpd188_iio_desc **device, struct adpd188_iio_init_param *init_param)
Initialize the IIO driver and allocate memory.
Definition iio_adpd188.c:458
Driver descriptor structure.
Definition adpd188.h:643
Definition iio_adpd188.h:50
struct adpd188_dev * drv_dev
Definition iio_adpd188.h:51
uint8_t ch_mask
Definition iio_adpd188.h:52
Definition iio_adpd188.h:46
struct adpd188_init_param drv_init_param
Definition iio_adpd188.h:47
Driver initialization structure.
Definition adpd188.h:660
Definition ad9361_util.h:63
Structure holding channels and attributes of a device.
Definition iio_types.h:238