Loading...
Searching...
No Matches

Data interrupt sources (data ready and FIFO status) More...

Detailed Description

Data interrupt sources (data ready and FIFO status)

Definition at line 1314 of file l3gxxxx.h.

#include <l3gxxxx.h>

Data Fields

struct { 
 
   uint8_t   fifo_empty:1 
 true when FIFO is empty More...
 
   uint8_t   fifo_overrun:1 
 true when FIFO is completely filled More...
 
   uint8_t   fifo_watermark:1 
 true when FIFO filling > watermark More...
 
   uint8_t   data_ready:1 
 true when data are ready to read More...
 
   uint8_t   unused:4 
 not used More...
 
};  
 
uint8_t val
 data interrupt sources as value that can be used for bitwise operations
 

Field Documentation

◆ data_ready

uint8_t l3gxxxx_int_data_src_t::data_ready

true when data are ready to read

Definition at line 1319 of file l3gxxxx.h.

◆ fifo_empty

uint8_t l3gxxxx_int_data_src_t::fifo_empty

true when FIFO is empty

Definition at line 1316 of file l3gxxxx.h.

◆ fifo_overrun

uint8_t l3gxxxx_int_data_src_t::fifo_overrun

true when FIFO is completely filled

Definition at line 1317 of file l3gxxxx.h.

◆ fifo_watermark

uint8_t l3gxxxx_int_data_src_t::fifo_watermark

true when FIFO filling > watermark

Definition at line 1318 of file l3gxxxx.h.

◆ unused

uint8_t l3gxxxx_int_data_src_t::unused

not used

Definition at line 1320 of file l3gxxxx.h.

◆ val

uint8_t l3gxxxx_int_data_src_t::val

data interrupt sources as value that can be used for bitwise operations

Definition at line 1322 of file l3gxxxx.h.


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