Alexandre Salconi-Denis / LSM303DLH

Fork of LSM303DLH by Michael Shimniok

Embed: (wiki syntax)

« Back to documentation index

Ctrl_Reg2_A_t Union Reference

Ctrl_Reg2_A_t Union Reference
[RegA]

CTRL_REG2_A structure definition. More...

#include <LSM303DLH_RegisterDef.h>

Data Fields

uint8_t byte
 Value in byte.
uint8_t HPIS1:1
 High pass filter enabled for AOI function on Interrupt 1.
uint8_t HPIS2:1
 High pass filter enabled for AOI function on Interrupt 2.
uint8_t HPCLICK:1
 High pass filter enabled for CLICK function.
uint8_t FDS:1
 Filtered data selection.
uint8_t HPCF:2
 High pass filter cut-off frequency selection.
uint8_t HPM:2
 High pass filter mode selection.

Detailed Description

CTRL_REG2_A structure definition.

Definition at line 41 of file LSM303DLH_RegisterDef.h.


Field Documentation

uint8_t byte

Value in byte.

Definition at line 43 of file LSM303DLH_RegisterDef.h.

uint8_t FDS

Filtered data selection.

Default value: 0.

Definition at line 48 of file LSM303DLH_RegisterDef.h.

uint8_t HPCF

High pass filter cut-off frequency selection.

Definition at line 49 of file LSM303DLH_RegisterDef.h.

uint8_t HPCLICK

High pass filter enabled for CLICK function.

Definition at line 47 of file LSM303DLH_RegisterDef.h.

uint8_t HPIS1

High pass filter enabled for AOI function on Interrupt 1.

Definition at line 45 of file LSM303DLH_RegisterDef.h.

uint8_t HPIS2

High pass filter enabled for AOI function on Interrupt 2.

Definition at line 46 of file LSM303DLH_RegisterDef.h.

uint8_t HPM

High pass filter mode selection.

Default value: 00

Definition at line 50 of file LSM303DLH_RegisterDef.h.