Sailesh Timilsena / Mbed OS Z_IOT_ResearchWork

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Embed: (wiki syntax)

« Back to documentation index

LPS22HB_DataStatus_st Struct Reference

LPS22HB_DataStatus_st Struct Reference
[LPS22HB_Exported_Types]

LPS22HB Pressure and Temperature data status. More...

#include <LPS22HB_driver.h>

Data Fields

uint8_t TempDataAvailable
uint8_t PressDataAvailable
uint8_t TempDataOverrun
uint8_t PressDataOverrun

Detailed Description

LPS22HB Pressure and Temperature data status.

Definition at line 212 of file LPS22HB_driver.h.


Field Documentation

Pressure data available bit

Definition at line 215 of file LPS22HB_driver.h.

Pressure data over-run bit

Definition at line 217 of file LPS22HB_driver.h.

Temperature data available bit

Definition at line 214 of file LPS22HB_driver.h.

uint8_t TempDataOverrun

Temperature data over-run bit

Definition at line 216 of file LPS22HB_driver.h.