Loading...
Searching...
No Matches

Parameter for interrupt configuration. More...

Detailed Description

Parameter for interrupt configuration.

Definition at line 206 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
 

Field Documentation

◆ int_config

uint8_t lis2dh12_int_params_t::int_config

values for configuration

Definition at line 207 of file lis2dh12.h.

◆ int_duration

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 210 of file lis2dh12.h.

◆ int_threshold

uint8_t lis2dh12_int_params_t::int_threshold

the threshold for triggering interrupt, threshold in range 0-127

Definition at line 208 of file lis2dh12.h.

◆ int_type

uint8_t lis2dh12_int_params_t::int_type

values for type of interrupts

Definition at line 212 of file lis2dh12.h.


The documentation for this struct was generated from the following file: