TEMP_CFG_REG definitions. More...
TEMP_CFG_REG definitions.
Definition at line 186 of file lis2dh12_registers.h.
#include <lis2dh12_registers.h>
Data Fields | ||
struct { | ||
uint8_t _RESERVED:6 | ||
Should always be zero. More... | ||
uint8_t TEMP_EN:2 | ||
"00" disables Temperature sensor, "11" enables More... | ||
} | bit | |
Structure used for bit access. | ||
uint8_t | reg | |
Type used for register access. | ||
uint8_t LIS2DH12_TEMP_CFG_REG_t::_RESERVED |
Should always be zero.
Definition at line 188 of file lis2dh12_registers.h.
uint8_t LIS2DH12_TEMP_CFG_REG_t::reg |
Type used for register access.
Definition at line 191 of file lis2dh12_registers.h.
uint8_t LIS2DH12_TEMP_CFG_REG_t::TEMP_EN |
"00" disables Temperature sensor, "11" enables
Definition at line 189 of file lis2dh12_registers.h.