LIS2DH12 high pass config values. More...
LIS2DH12 high pass config values.
Definition at line 150 of file lis2dh12.h.
#include <lis2dh12.h>
Data Fields | |
lis2dh12_hp_mode_t | Highpass_mode |
set the High pass mode | |
lis2dh12_hp_freq_t | Highpass_freq |
set the High pass cutoff frequency \ related to device rate | |
bool | CLICK_enable |
enables filter for click data | |
bool | INT1_enable |
enables filter for AOI on interrupt 1 | |
bool | INT2_enable |
enables filter for AOI on interrupt 2 | |
bool | DATA_OUT_enable |
enables filter for data output | |
bool lis2dh12_highpass_t::CLICK_enable |
enables filter for click data
Definition at line 154 of file lis2dh12.h.
bool lis2dh12_highpass_t::DATA_OUT_enable |
enables filter for data output
Definition at line 157 of file lis2dh12.h.
lis2dh12_hp_freq_t lis2dh12_highpass_t::Highpass_freq |
set the High pass cutoff frequency \ related to device rate
Definition at line 152 of file lis2dh12.h.
lis2dh12_hp_mode_t lis2dh12_highpass_t::Highpass_mode |
set the High pass mode
Definition at line 151 of file lis2dh12.h.
bool lis2dh12_highpass_t::INT1_enable |
enables filter for AOI on interrupt 1
Definition at line 155 of file lis2dh12.h.
bool lis2dh12_highpass_t::INT2_enable |
enables filter for AOI on interrupt 2
Definition at line 156 of file lis2dh12.h.