Workshop example

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Embed: (wiki syntax)

« Back to documentation index

LPS22HB_InterruptDiffStatus_st Struct Reference

LPS22HB_InterruptDiffStatus_st Struct Reference
[LPS22HB_Exported_Types]

LPS22HB Interrupt Differential Status. More...

#include <LPS22HB_driver.h>

Data Fields

uint8_t PH
uint8_t PL
uint8_t IA
uint8_t BOOT

Detailed Description

LPS22HB Interrupt Differential Status.

Definition at line 200 of file LPS22HB_driver.h.


Field Documentation

uint8_t BOOT

i '1' indicates that the Boot (Reboot) phase is running

Definition at line 205 of file LPS22HB_driver.h.

uint8_t IA

One or more interrupt events have been generated.Interrupt Active

Definition at line 204 of file LPS22HB_driver.h.

uint8_t PH

High Differential Pressure event occured

Definition at line 202 of file LPS22HB_driver.h.

uint8_t PL

Low Differential Pressure event occured

Definition at line 203 of file LPS22HB_driver.h.