LIS2DH12 FIFO config values. More...
LIS2DH12 FIFO config values.
Definition at line 240 of file lis2dh12.h.
#include <lis2dh12.h>
Data Fields | |
lis2dh12_fifo_mode_t | FIFO_mode |
set FIFO mode | |
uint8_t | FIFO_watermark:5 |
set the FIFO watermark level | |
bool | FIFO_set_INT2 |
sets the FIFO interrupt to INT2, otherwise INT1 | |
lis2dh12_fifo_mode_t lis2dh12_fifo_t::FIFO_mode |
set FIFO mode
Definition at line 241 of file lis2dh12.h.
bool lis2dh12_fifo_t::FIFO_set_INT2 |
sets the FIFO interrupt to INT2, otherwise INT1
Definition at line 243 of file lis2dh12.h.
uint8_t lis2dh12_fifo_t::FIFO_watermark |
set the FIFO watermark level
Definition at line 242 of file lis2dh12.h.