|
Linux Kernel
3.7.1
|
#include <lis3l02dq.h>
Data Fields | |
| struct spi_device * | us |
| struct iio_trigger * | trig |
| struct mutex | buf_lock |
| bool | trigger_on |
| u8 tx[LIS3L02DQ_MAX_RX] | ____cacheline_aligned |
| u8 rx[LIS3L02DQ_MAX_RX] | ____cacheline_aligned |
struct lis3l02dq_state - device instance specific data : actual spi_device : data ready trigger registered with iio : mutex to protect tx and rx : transmit buffer : receive buffer
Definition at line 157 of file lis3l02dq.h.
Definition at line 163 of file lis3l02dq.h.
Definition at line 164 of file lis3l02dq.h.
Definition at line 160 of file lis3l02dq.h.
| struct iio_trigger* trig |
Definition at line 159 of file lis3l02dq.h.
| bool trigger_on |
Definition at line 161 of file lis3l02dq.h.
| struct spi_device* us |
Definition at line 158 of file lis3l02dq.h.
1.8.2