Data interrupt sources (data ready and FIFO status) More...
#include <l3gxxxx.h>
Data Fields | |
| struct { | |
| uint8_t fifo_empty:1 | |
| true when FIFO is empty  | |
| uint8_t fifo_overrun:1 | |
| true when FIFO is completely filled  | |
| uint8_t fifo_watermark:1 | |
| true when FIFO filling > watermark  | |
| uint8_t data_ready:1 | |
| true when data are ready to read  | |
| uint8_t unused:4 | |
| not used  | |
| }; | |
| uint8_t | val | 
| data interrupt sources as value that can be used for bitwise operations  | |