INT2_CFG definitions. More...
INT2_CFG definitions.
Definition at line 358 of file lis2dh12_registers.h.
#include <lis2dh12_registers.h>
Data Fields | ||
struct { | ||
uint8_t XLIE:1 | ||
Enable interrupt on X low event. More... | ||
uint8_t XHIE:1 | ||
Enable interrupt on X high event. More... | ||
uint8_t YLIE:1 | ||
Enable interrupt on Y low event. More... | ||
uint8_t YHIE:1 | ||
Enable interrupt on Y high event. More... | ||
uint8_t ZLIE:1 | ||
Enable interrupt on Z low event. More... | ||
uint8_t ZHIE:1 | ||
Enable interrupt on Z high event. More... | ||
uint8_t D6D:1 | ||
6 direction detection function enable More... | ||
uint8_t AOI:1 | ||
AND/OR combination of interrupt events. More... | ||
} | bit | |
Structure used for bit access. | ||
uint8_t | reg | |
Type used for register access. | ||
uint8_t LIS2DH12_INT2_CFG_t::AOI |
AND/OR combination of interrupt events.
Definition at line 367 of file lis2dh12_registers.h.
uint8_t LIS2DH12_INT2_CFG_t::D6D |
6 direction detection function enable
Definition at line 366 of file lis2dh12_registers.h.
uint8_t LIS2DH12_INT2_CFG_t::reg |
Type used for register access.
Definition at line 369 of file lis2dh12_registers.h.
uint8_t LIS2DH12_INT2_CFG_t::XHIE |
Enable interrupt on X high event.
Definition at line 361 of file lis2dh12_registers.h.
uint8_t LIS2DH12_INT2_CFG_t::XLIE |
Enable interrupt on X low event.
Definition at line 360 of file lis2dh12_registers.h.
uint8_t LIS2DH12_INT2_CFG_t::YHIE |
Enable interrupt on Y high event.
Definition at line 363 of file lis2dh12_registers.h.
uint8_t LIS2DH12_INT2_CFG_t::YLIE |
Enable interrupt on Y low event.
Definition at line 362 of file lis2dh12_registers.h.
uint8_t LIS2DH12_INT2_CFG_t::ZHIE |
Enable interrupt on Z high event.
Definition at line 365 of file lis2dh12_registers.h.
uint8_t LIS2DH12_INT2_CFG_t::ZLIE |
Enable interrupt on Z low event.
Definition at line 364 of file lis2dh12_registers.h.