CTRL_REG1 definitions. More...
CTRL_REG1 definitions.
Definition at line 197 of file lis2dh12_registers.h.
#include <lis2dh12_registers.h>
Data Fields | ||
struct { | ||
uint8_t Xen:1 | ||
X axis enable. More... | ||
uint8_t Yen:1 | ||
Y axis enable. More... | ||
uint8_t Zen:1 | ||
Z axis enable. More... | ||
uint8_t LPen:1 | ||
Enable Low Power mode. More... | ||
uint8_t ODR:4 | ||
Set Data rate. More... | ||
} | bit | |
Structure used for bit access. | ||
uint8_t | reg | |
Type used for register access. | ||
uint8_t LIS2DH12_CTRL_REG1_t::LPen |
Enable Low Power mode.
Definition at line 202 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CTRL_REG1_t::ODR |
Set Data rate.
Definition at line 203 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CTRL_REG1_t::reg |
Type used for register access.
Definition at line 205 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CTRL_REG1_t::Xen |
X axis enable.
Definition at line 199 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CTRL_REG1_t::Yen |
Y axis enable.
Definition at line 200 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CTRL_REG1_t::Zen |
Z axis enable.
Definition at line 201 of file lis2dh12_registers.h.