no-OS
|
Structure holding the flags for ADXL313 interrupt sources. More...
#include <adxl313.h>
Public Attributes | |
uint8_t | OVERRUN: 1 |
uint8_t | WATERMARK: 1 |
uint8_t | reserved: 1 |
uint8_t | INACTIVITY: 1 |
uint8_t | ACTIVITY: 1 |
uint8_t | reserved1: 2 |
uint8_t | DATA_READY: 1 |
Structure holding the flags for ADXL313 interrupt sources.
uint8_t _adxl313_int_reg_flags::ACTIVITY |
uint8_t _adxl313_int_reg_flags::DATA_READY |
uint8_t _adxl313_int_reg_flags::INACTIVITY |
uint8_t _adxl313_int_reg_flags::OVERRUN |
uint8_t _adxl313_int_reg_flags::reserved |
uint8_t _adxl313_int_reg_flags::reserved1 |
uint8_t _adxl313_int_reg_flags::WATERMARK |