CLICK_SRC definitions. More...
CLICK_SRC definitions.
Definition at line 137 of file lis2dh12_registers.h.
#include <lis2dh12_registers.h>
Data Fields | ||
| struct { | ||
| uint8_t X_AXIS:1 | ||
| X click detected. More... | ||
| uint8_t Y_AXIS:1 | ||
| Y click detected. More... | ||
| uint8_t Z_AXIS:1 | ||
| Z click detected. More... | ||
| uint8_t Sign:1 | ||
| Click sign, "0" positive, "1" negative. More... | ||
| uint8_t SClick:1 | ||
| Single click detected. More... | ||
| uint8_t DClick:1 | ||
| Double click detected. More... | ||
| uint8_t IA:1 | ||
| Interrupt active, at least one interrupt \ has been generated. More... | ||
| uint8_t _RESERVED:1 | ||
| Reserved bit. More... | ||
| } | bit | |
| Structure used for bit access. | ||
| uint8_t | reg | |
| Type used for register access. | ||
| uint8_t LIS2DH12_CLICK_SRC_t::_RESERVED |
Reserved bit.
Definition at line 147 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CLICK_SRC_t::DClick |
Double click detected.
Definition at line 144 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CLICK_SRC_t::IA |
Interrupt active, at least one interrupt \ has been generated.
Definition at line 145 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CLICK_SRC_t::reg |
Type used for register access.
Definition at line 149 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CLICK_SRC_t::SClick |
Single click detected.
Definition at line 143 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CLICK_SRC_t::Sign |
Click sign, "0" positive, "1" negative.
Definition at line 142 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CLICK_SRC_t::X_AXIS |
X click detected.
Definition at line 139 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CLICK_SRC_t::Y_AXIS |
Y click detected.
Definition at line 140 of file lis2dh12_registers.h.
| uint8_t LIS2DH12_CLICK_SRC_t::Z_AXIS |
Z click detected.
Definition at line 141 of file lis2dh12_registers.h.