CTRL_REG4 definitions. More...
CTRL_REG4 definitions.
Definition at line 250 of file lis2dh12_registers.h.
#include <lis2dh12_registers.h>
Data Fields | ||
struct { | ||
uint8_t SPIM:1 | ||
SPI serial interface mode selection (SIM) More... | ||
uint8_t ST:2 | ||
Self-test enable. More... | ||
uint8_t HR:1 | ||
Operating mode. More... | ||
uint8_t FS:2 | ||
Full-scale selection. More... | ||
uint8_t BLE:1 | ||
Big/Little endian data selection. More... | ||
uint8_t BDU:1 | ||
Block data update. More... | ||
} | bit | |
Structure used for bit access. | ||
uint8_t | reg | |
Type used for register access. | ||
uint8_t LIS2DH12_CTRL_REG4_t::BDU |
Block data update.
Definition at line 257 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CTRL_REG4_t::BLE |
Big/Little endian data selection.
Definition at line 256 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CTRL_REG4_t::FS |
Full-scale selection.
Definition at line 255 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CTRL_REG4_t::HR |
Operating mode.
Definition at line 254 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CTRL_REG4_t::reg |
Type used for register access.
Definition at line 259 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CTRL_REG4_t::SPIM |
SPI serial interface mode selection (SIM)
Definition at line 252 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CTRL_REG4_t::ST |
Self-test enable.
Definition at line 253 of file lis2dh12_registers.h.