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