Beta

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_IKS01A2 by ST

Embed: (wiki syntax)

« Back to documentation index

LPS22HB_InterruptTypeDef_st Struct Reference

LPS22HB_InterruptTypeDef_st Struct Reference
[LPS22HB_Exported_Types]

LPS22HB Interrupt structure definition . More...

#include <LPS22HB_driver.h>

Data Fields

LPS22HB_InterruptActiveLevel_et INT_H_L
LPS22HB_OutputType_et PP_OD
LPS22HB_OutputSignalConfig_et OutputSignal_INT
LPS22HB_State_et DRDY
LPS22HB_State_et FIFO_OVR
LPS22HB_State_et FIFO_FTH
LPS22HB_State_et FIFO_FULL
LPS22HB_State_et LatchIRQ
int16_t THS_threshold
LPS22HB_State_et AutoRifP
LPS22HB_State_et AutoZero

Detailed Description

LPS22HB Interrupt structure definition .

Definition at line 280 of file LPS22HB_driver.h.


Field Documentation

Enable/Disable AutoRifP function

Definition at line 290 of file LPS22HB_driver.h.

Enable/Disable AutoZero function

Definition at line 291 of file LPS22HB_driver.h.

Enable/Disable Data Ready Interrupt on INT_DRDY Pin

Definition at line 284 of file LPS22HB_driver.h.

Enable/Disable FIFO threshold (Watermark) interrupt on INT_DRDY pin.

Definition at line 286 of file LPS22HB_driver.h.

Enable/Disable FIFO FULL interrupt on INT_DRDY pin.

Definition at line 287 of file LPS22HB_driver.h.

Enable/Disable FIFO Overrun Interrupt on INT_DRDY Pin

Definition at line 285 of file LPS22HB_driver.h.

Interrupt active high, low. Default value: 0

Definition at line 281 of file LPS22HB_driver.h.

Latch Interrupt request in to INT_SOURCE reg

Definition at line 288 of file LPS22HB_driver.h.

Data signal on INT Pad: Data,Pressure High, Preessure Low,P High or Low

Definition at line 283 of file LPS22HB_driver.h.

Push-pull/open drain selection on interrupt pads. Default value: 0

Definition at line 282 of file LPS22HB_driver.h.

int16_t THS_threshold

Threshold value for pressure interrupt generation

Definition at line 289 of file LPS22HB_driver.h.