Linux Kernel
3.7.1
|
#include <adis16260.h>
Data Fields | |
struct spi_device * | us |
struct iio_trigger * | trig |
struct mutex | buf_lock |
unsigned | negate:1 |
u8 tx[ADIS16260_MAX_TX] | ____cacheline_aligned |
u8 | rx [ADIS16260_MAX_RX] |
struct adis16260_state - device instance specific data : actual spi_device : data ready trigger registered with iio : mutex to protect tx and rx : negate the scale parameter : transmit buffer : receive buffer
Definition at line 93 of file adis16260.h.
Definition at line 98 of file adis16260.h.
Definition at line 96 of file adis16260.h.
unsigned negate |
Definition at line 97 of file adis16260.h.
Definition at line 99 of file adis16260.h.
struct iio_trigger* trig |
Definition at line 95 of file adis16260.h.
struct spi_device* us |
Definition at line 94 of file adis16260.h.