Type Alias stm32h7xx_hal::stm32::quadspi::sr::SMF_R

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

Field SMF reader - Status match flag This bit is set in automatic polling mode when the unmasked received data matches the corresponding bits in the match register (QUADSPI_PSMAR). It is cleared by writing 1 to CSMF.

Aliased Type§

struct SMF_R { /* private fields */ }