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

ADE9153A Device structure. More...

#include <ade9153a.h>

Collaboration diagram for ade9153a_dev:
Collaboration graph
[legend]

Public Attributes

struct no_os_spi_descspi_desc
 
uint8_t burst_en
 
struct no_os_gpio_descgpio_rdy
 
struct no_os_gpio_descgpio_reset
 
struct no_os_gpio_descgpio_ss
 
struct no_os_gpio_descgpio_sck
 
struct no_os_irq_ctrl_descirq_ctrl
 
struct no_os_callback_desc irq_cb
 

Detailed Description

ADE9153A Device structure.

Member Data Documentation

◆ burst_en

uint8_t ade9153a_dev::burst_en

Burst mode selector

◆ gpio_rdy

struct no_os_gpio_desc* ade9153a_dev::gpio_rdy

GPIO RDY descriptor used to signal when ADC data is available

◆ gpio_reset

struct no_os_gpio_desc* ade9153a_dev::gpio_reset

GPIO RESET descriptor used to reset device (HW reset)

◆ gpio_sck

struct no_os_gpio_desc* ade9153a_dev::gpio_sck

GPIO sck descriptor used to setup comms

◆ gpio_ss

struct no_os_gpio_desc* ade9153a_dev::gpio_ss

GPIO SS descriptor used to setup comms

◆ irq_cb

struct no_os_callback_desc ade9153a_dev::irq_cb

IRQ callback used to handle interrupt routine for GPIO RDY

◆ irq_ctrl

struct no_os_irq_ctrl_desc* ade9153a_dev::irq_ctrl

IRQ device descriptor used to handle interrupt routine for GPIO RDY

◆ spi_desc

struct no_os_spi_desc* ade9153a_dev::spi_desc

Device communication descriptor


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