CLICK_THS definitions. More...
CLICK_THS definitions.
Definition at line 413 of file lis2dh12_registers.h.
#include <lis2dh12_registers.h>
Data Fields | ||
struct { | ||
uint8_t THS:7 | ||
Sets the click threshold, LSB according to LIS2DH12_SCALE. More... | ||
uint8_t LIR_CLICK:1 | ||
Enables latency on interrupt kept high, \ "0" for duration of latency window, \ "1" kept high until CLICK_SRC is read. More... | ||
} | bit | |
Structure used for bit access. | ||
uint8_t | reg | |
Type used for register access. | ||
uint8_t LIS2DH12_CLICK_THS_t::LIR_CLICK |
Enables latency on interrupt kept high, \ "0" for duration of latency window, \ "1" kept high until CLICK_SRC is read.
Definition at line 416 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CLICK_THS_t::reg |
Type used for register access.
Definition at line 420 of file lis2dh12_registers.h.
uint8_t LIS2DH12_CLICK_THS_t::THS |
Sets the click threshold, LSB according to LIS2DH12_SCALE.
Definition at line 415 of file lis2dh12_registers.h.