CLICK_CFG definitions. More...
CLICK_CFG definitions.
Definition at line 397 of file lis2dh12_registers.h.
#include <lis2dh12_registers.h>
Data Fields | ||
struct { | ||
uint8_t XS:1 | ||
Interrupt single-click enable on X-axis. More... | ||
uint8_t XD:1 | ||
Interrupt double-click enable on X-axis. More... | ||
uint8_t YS:1 | ||
Interrupt single-click enable on Y-axis. More... | ||
uint8_t YD:1 | ||
Interrupt double-click enable on Y-axis. More... | ||
uint8_t ZS:1 | ||
Interrupt single-click enable on Z-axis. More... | ||
uint8_t ZD:1 | ||
Interrupt double-click enable on Z-axis. More... | ||
uint8_t _RESERVED:2 | ||
Reserved bits. More... | ||
} | bit | |
Structure used for bit access. | ||
uint8_t | reg | |
Type used for register access. | ||
uint8_t LIS2DH12_CLICK_CFG_t::_RESERVED |
Reserved bits.
Definition at line 405 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CLICK_CFG_t::reg |
Type used for register access.
Definition at line 407 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CLICK_CFG_t::XD |
Interrupt double-click enable on X-axis.
Definition at line 400 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CLICK_CFG_t::XS |
Interrupt single-click enable on X-axis.
Definition at line 399 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CLICK_CFG_t::YD |
Interrupt double-click enable on Y-axis.
Definition at line 402 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CLICK_CFG_t::YS |
Interrupt single-click enable on Y-axis.
Definition at line 401 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CLICK_CFG_t::ZD |
Interrupt double-click enable on Z-axis.
Definition at line 404 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CLICK_CFG_t::ZS |
Interrupt single-click enable on Z-axis.
Definition at line 403 of file lis2dh12_registers.h.