Type Alias stm32h7xx_hal::pac::quadspi::sr::FLEVEL_R

source ·
pub type FLEVEL_R = FieldReaderRaw<u8, u8>;
Expand description

Field FLEVEL reader - FIFO level This field gives the number of valid bytes which are being held in the FIFO. FLEVEL = 0 when the FIFO is empty, and 16 when it is full. In memory-mapped mode and in automatic status polling mode, FLEVEL is zero.

Aliased Type§

struct FLEVEL_R { /* private fields */ }