ST Expansion SW Team / X_NUCLEO_IKS01A2_SPI3W

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON_SPI3W

Dependents:   sensor-node-ble

Fork of X_NUCLEO_IKS01A2 by Licio Mapelli

Embed: (wiki syntax)

« Back to documentation index

LPS22HB_FifoStatus_st Struct Reference

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.