FIFO_CTRL_REG definitions. More...
FIFO_CTRL_REG definitions.
Definition at line 305 of file lis2dh12_registers.h.
#include <lis2dh12_registers.h>
Data Fields | ||
struct { | ||
uint8_t FTH:5 | ||
Set the watermark level for FIFO. More... | ||
uint8_t TR:1 | ||
Trigging selection, FIFO event triggers INT1 or INT2. More... | ||
uint8_t FM:2 | ||
FIFO mode selection. More... | ||
} | bit | |
Structure used for bit access. | ||
uint8_t | reg | |
Type used for register access. | ||
uint8_t LIS2DH12_FIFO_CTRL_REG_t::FM |
FIFO mode selection.
Definition at line 309 of file lis2dh12_registers.h.
uint8_t LIS2DH12_FIFO_CTRL_REG_t::FTH |
Set the watermark level for FIFO.
Definition at line 307 of file lis2dh12_registers.h.
uint8_t LIS2DH12_FIFO_CTRL_REG_t::reg |
Type used for register access.
Definition at line 311 of file lis2dh12_registers.h.
uint8_t LIS2DH12_FIFO_CTRL_REG_t::TR |
Trigging selection, FIFO event triggers INT1 or INT2.
Definition at line 308 of file lis2dh12_registers.h.