CTRL_REG5 definitions. More...
CTRL_REG5 definitions.
Definition at line 264 of file lis2dh12_registers.h.
#include <lis2dh12_registers.h>
Data Fields | ||
| struct { | ||
| uint8_t D4D_INT2:1 | ||
| 4D detection enabled on INT2 More... | ||
| uint8_t LIR_INT2:1 | ||
| Latch interrupt request for INT2. More... | ||
| uint8_t D4D_INT1:1 | ||
| 4D detection enabled on INT1 More... | ||
| uint8_t LIR_INT1:1 | ||
| Latch interrupt request for INT2. More... | ||
| uint8_t _RESERVED:2 | ||
| Reserved bits. More... | ||
| uint8_t FIFO_EN:1 | ||
| FIFO enable. More... | ||
| uint8_t BOOT:1 | ||
| Clears the data content. More... | ||
| } | bit | |
| Structure used for bit access. | ||
| uint8_t | reg | |
| Type used for register access. | ||
| uint8_t LIS2DH12_CTRL_REG5_t::_RESERVED |
Reserved bits.
Definition at line 270 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CTRL_REG5_t::BOOT |
Clears the data content.
Definition at line 272 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CTRL_REG5_t::D4D_INT1 |
4D detection enabled on INT1
Definition at line 268 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CTRL_REG5_t::D4D_INT2 |
4D detection enabled on INT2
Definition at line 266 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CTRL_REG5_t::FIFO_EN |
FIFO enable.
Definition at line 271 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CTRL_REG5_t::LIR_INT1 |
Latch interrupt request for INT2.
Definition at line 269 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CTRL_REG5_t::LIR_INT2 |
Latch interrupt request for INT2.
Definition at line 267 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CTRL_REG5_t::reg |
Type used for register access.
Definition at line 274 of file lis2dh12_registers.h.