Parameter for interrupt configuration. More...
Parameter for interrupt configuration.
Definition at line 205 of file lis2dh12.h.
#include <lis2dh12.h>
Data Fields | |
| uint8_t | int_config |
| values for configuration | |
| uint8_t | int_threshold:7 |
| the threshold for triggering interrupt, threshold in range 0-127 | |
| uint8_t | int_duration:7 |
| time between two interrupts ODR section in CTRL_REG1, duration in range 0-127 | |
| uint8_t | int_type |
| values for type of interrupts | |
| uint8_t lis2dh12_int_params_t::int_config |
values for configuration
Definition at line 206 of file lis2dh12.h.
| uint8_t lis2dh12_int_params_t::int_duration |
time between two interrupts ODR section in CTRL_REG1, duration in range 0-127
Definition at line 209 of file lis2dh12.h.
| uint8_t lis2dh12_int_params_t::int_threshold |
the threshold for triggering interrupt, threshold in range 0-127
Definition at line 207 of file lis2dh12.h.
| uint8_t lis2dh12_int_params_t::int_type |
values for type of interrupts
Definition at line 211 of file lis2dh12.h.