Linux Kernel
3.7.1
|
#include <ad_sigma_delta.h>
Data Fields | |
struct spi_device * | spi |
struct iio_trigger * | trig |
struct completion | completion |
bool | irq_dis |
bool | bus_locked |
uint8_t | comm |
struct ad_sigma_delta_info * | info |
uint8_t data[4] | ____cacheline_aligned |
struct ad_sigma_delta - Sigma Delta device struct : The spi device associated with the Sigma Delta device. : The IIO trigger associated with the Sigma Delta device.
Most of the fields are private to the sigma delta library code and should not be accessed by individual drivers.
Definition at line 60 of file ad_sigma_delta.h.
Definition at line 78 of file ad_sigma_delta.h.
bool bus_locked |
Definition at line 68 of file ad_sigma_delta.h.
uint8_t comm |
Definition at line 70 of file ad_sigma_delta.h.
Definition at line 65 of file ad_sigma_delta.h.
struct ad_sigma_delta_info* info |
Definition at line 72 of file ad_sigma_delta.h.
bool irq_dis |
Definition at line 66 of file ad_sigma_delta.h.
struct spi_device* spi |
Definition at line 61 of file ad_sigma_delta.h.
struct iio_trigger* trig |
Definition at line 62 of file ad_sigma_delta.h.