INT1_THS definitions. More...
INT1_THS definitions.
Definition at line 334 of file lis2dh12_registers.h.
#include <lis2dh12_registers.h>
Data Fields | ||
struct { | ||
uint8_t THS:7 | ||
Sets threshold level, the LSB changes according to LIS2DH12_SCALE (@2G LSB=16mg; @4G LSB=32mg; @8G LSB=62mg @16G LSB=186mg) More... | ||
uint8_t _RESERVED:1 | ||
needs to be zero More... | ||
} | bit | |
Structure used for bit access. | ||
uint8_t | reg | |
Type used for register access. | ||
uint8_t LIS2DH12_INT1_THS_t::_RESERVED |
needs to be zero
Definition at line 339 of file lis2dh12_registers.h.
uint8_t LIS2DH12_INT1_THS_t::reg |
Type used for register access.
Definition at line 341 of file lis2dh12_registers.h.
uint8_t LIS2DH12_INT1_THS_t::THS |
Sets threshold level, the LSB changes according to LIS2DH12_SCALE (@2G LSB=16mg; @4G LSB=32mg; @8G LSB=62mg @16G LSB=186mg)
Definition at line 336 of file lis2dh12_registers.h.