no-OS
Public Attributes | List of all members
ad713x_dev Struct Reference

AD713x driver handler structure. More...

#include <ad713x.h>

Collaboration diagram for ad713x_dev:
Collaboration graph
[legend]

Public Attributes

struct no_os_spi_descspi_desc
 
struct no_os_gpio_descgpio_mode
 
struct no_os_gpio_descgpio_dclkmode
 
struct no_os_gpio_descgpio_dclkio
 
struct no_os_gpio_descgpio_resetn
 
struct no_os_gpio_descgpio_pnd
 
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
 

Detailed Description

AD713x driver handler structure.

Member Data Documentation

◆ adc_data_len

enum ad713x_adc_data_len ad713x_dev::adc_data_len

Length of data in bits.

◆ crc_header

enum ad713x_crc_header ad713x_dev::crc_header

CRC option.

◆ dev_id

enum ad713x_supported_dev_ids ad713x_dev::dev_id

ID of supported device.

◆ gpio_dclkio

struct no_os_gpio_desc* ad713x_dev::gpio_dclkio

DCLKIO GPIO handler.

◆ gpio_dclkmode

struct no_os_gpio_desc* ad713x_dev::gpio_dclkmode

DCLKMODE GPIO handler.

◆ gpio_mode

struct no_os_gpio_desc* ad713x_dev::gpio_mode

MODE GPIO handler.

◆ gpio_pnd

struct no_os_gpio_desc* ad713x_dev::gpio_pnd

PDN GPIO handler.

◆ gpio_resetn

struct no_os_gpio_desc* ad713x_dev::gpio_resetn

RESET GPIO handler.

◆ mode_master_nslave

bool ad713x_dev::mode_master_nslave

MODE GPIO starting value

◆ spi_desc

struct no_os_spi_desc* ad713x_dev::spi_desc

SPI layer handler.


The documentation for this struct was generated from the following file: