Type Alias stm32h7xx_hal::device::quadspi::cr::DMAEN_R

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

Field DMAEN reader - DMA enable In indirect mode, DMA can be used to input or output data via the QUADSPI_DR register. DMA transfers are initiated when the FIFO threshold flag, FTF, is set.

Aliased Type§

struct DMAEN_R { /* private fields */ }