All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Interrupt configuration struct for the ADXL345 sensor. More...

Detailed Description

Interrupt configuration struct for the ADXL345 sensor.

Definition at line 125 of file adxl345.h.

#include <adxl345.h>

Data Fields

uint8_t source
 Source of interrupts.
 
uint8_t map
 Interrupt mapping control.
 
uint8_t enable
 Interrupt enable control.
 
uint8_t thres_tap
 Tap threshold.
 
uint8_t thres_dur
 Tap duration.
 
uint8_t thres_latent
 Tap latency.
 
uint8_t thres_window
 Tap window.
 
uint8_t thres_act
 Activity threshold.
 
uint8_t thres_inact
 Inactivity threshold.
 
uint8_t time_inact
 Inactivity time.
 
uint8_t thres_ff
 Free-fall threshold.
 
uint8_t time_ff
 Time threshold.
 
uint8_t act_inact
 Enable ctrl for activity/inactivity detection.
 
uint8_t tap_axes
 Axis control for single tap/double tap.
 

Field Documentation

◆ act_inact

uint8_t adxl345_interrupt_t::act_inact

Enable ctrl for activity/inactivity detection.

Definition at line 138 of file adxl345.h.

◆ enable

uint8_t adxl345_interrupt_t::enable

Interrupt enable control.

Definition at line 128 of file adxl345.h.

◆ map

uint8_t adxl345_interrupt_t::map

Interrupt mapping control.

Definition at line 127 of file adxl345.h.

◆ source

uint8_t adxl345_interrupt_t::source

Source of interrupts.

Definition at line 126 of file adxl345.h.

◆ tap_axes

uint8_t adxl345_interrupt_t::tap_axes

Axis control for single tap/double tap.

Definition at line 139 of file adxl345.h.

◆ thres_act

uint8_t adxl345_interrupt_t::thres_act

Activity threshold.

Definition at line 133 of file adxl345.h.

◆ thres_dur

uint8_t adxl345_interrupt_t::thres_dur

Tap duration.

Definition at line 130 of file adxl345.h.

◆ thres_ff

uint8_t adxl345_interrupt_t::thres_ff

Free-fall threshold.

Definition at line 136 of file adxl345.h.

◆ thres_inact

uint8_t adxl345_interrupt_t::thres_inact

Inactivity threshold.

Definition at line 134 of file adxl345.h.

◆ thres_latent

uint8_t adxl345_interrupt_t::thres_latent

Tap latency.

Definition at line 131 of file adxl345.h.

◆ thres_tap

uint8_t adxl345_interrupt_t::thres_tap

Tap threshold.

Definition at line 129 of file adxl345.h.

◆ thres_window

uint8_t adxl345_interrupt_t::thres_window

Tap window.

Definition at line 132 of file adxl345.h.

◆ time_ff

uint8_t adxl345_interrupt_t::time_ff

Time threshold.

Definition at line 137 of file adxl345.h.

◆ time_inact

uint8_t adxl345_interrupt_t::time_inact

Inactivity time.

Definition at line 135 of file adxl345.h.


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