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: ST_INTERFACES X_NUCLEO_COMMON_SPI3W
Fork of X_NUCLEO_IKS01A2 by
LPS22HB_FifoStatus_st Struct Reference
[LPS22HB_Exported_Types]
LPS22HB Fifo Satus. More...
#include <LPS22HB_driver.h>
Data Fields | |
uint8_t | FIFO_LEVEL |
uint8_t | FIFO_EMPTY |
uint8_t | FIFO_FULL |
uint8_t | FIFO_OVR |
uint8_t | FIFO_FTH |
Detailed Description
LPS22HB Fifo Satus.
Definition at line 252 of file LPS22HB_driver.h.
Field Documentation
uint8_t FIFO_EMPTY |
Empty FIFO Flag .1 FIFO is empty (see FIFO_level)
Definition at line 254 of file LPS22HB_driver.h.
uint8_t FIFO_FTH |
FIFO Threshold (Watermark) Status. 1 FIFO filling is equal or higher then FTH (wtm) level.
Definition at line 257 of file LPS22HB_driver.h.
uint8_t FIFO_FULL |
Full FIFO flag.1 FIFO is Full (see FIFO_level)
Definition at line 255 of file LPS22HB_driver.h.
uint8_t FIFO_LEVEL |
FIFO Stored data level: 00000: FIFO empty; 10000: FIFO is FULL and ha 32 unread samples
Definition at line 253 of file LPS22HB_driver.h.
uint8_t FIFO_OVR |
Overrun bit status. 1 FIFO is full and at least one sample in the FIFO has been overwritten
Definition at line 256 of file LPS22HB_driver.h.
Generated on Wed Jul 13 2022 22:58:06 by
