Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
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
uint8_t PressDataAvailable |
Pressure data available bit
Definition at line 215 of file LPS22HB_driver.h.
uint8_t PressDataOverrun |
Pressure data over-run bit
Definition at line 217 of file LPS22HB_driver.h.
uint8_t TempDataAvailable |
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.
Generated on Fri Jul 15 2022 04:42:55 by
