Type Alias stm32h7xx_hal::device::quadspi::sr::FTF_R

source ·
pub type FTF_R = BitReaderRaw<bool>;
Expand description

Field FTF reader - FIFO threshold flag In indirect mode, this bit is set when the FIFO threshold has been reached, or if there is any data left in the FIFO after reads from the Flash memory are complete. It is cleared automatically as soon as threshold condition is no longer true. In automatic polling mode this bit is set every time the status register is read, and the bit is cleared when the data register is read.

Aliased Type§

struct FTF_R { /* private fields */ }