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