![]() |
no-OS
|
AD713x driver handler structure. More...
#include <ad713x.h>
Public Attributes | |
| struct no_os_spi_desc * | spi_desc |
| struct no_os_gpio_desc * | gpio_mode |
| struct no_os_gpio_desc * | gpio_dclkmode |
| struct no_os_gpio_desc * | gpio_dclkio |
| struct no_os_gpio_desc * | gpio_resetn |
| struct no_os_gpio_desc * | gpio_pnd |
| struct no_os_spi_desc * | gpio_cs_sync |
| enum ad713x_supported_dev_ids | dev_id |
| enum ad713x_adc_data_len | adc_data_len |
| enum ad713x_crc_header | crc_header |
| bool | mode_master_nslave |
AD713x driver handler structure.
| enum ad713x_adc_data_len ad713x_dev::adc_data_len |
Length of data in bits.
| enum ad713x_crc_header ad713x_dev::crc_header |
CRC option.
| enum ad713x_supported_dev_ids ad713x_dev::dev_id |
ID of supported device.
| struct no_os_spi_desc* ad713x_dev::gpio_cs_sync |
CS Sync
| struct no_os_gpio_desc* ad713x_dev::gpio_dclkio |
DCLKIO GPIO handler.
| struct no_os_gpio_desc* ad713x_dev::gpio_dclkmode |
DCLKMODE GPIO handler.
| struct no_os_gpio_desc* ad713x_dev::gpio_mode |
MODE GPIO handler.
| struct no_os_gpio_desc* ad713x_dev::gpio_pnd |
PDN GPIO handler.
| struct no_os_gpio_desc* ad713x_dev::gpio_resetn |
RESET GPIO handler.
| bool ad713x_dev::mode_master_nslave |
MODE GPIO starting value
| struct no_os_spi_desc* ad713x_dev::spi_desc |
SPI layer handler.