Type Alias stm32h7xx_hal::device::dmamux1::rgsr::OF1_R

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

Field OF1 reader - Trigger event overrun flag The flag is set when a trigger event occurs on DMA request generator channel x, while the DMA request generator counter value is lower than GNBREQ. The flag is cleared by writing 1 to the corresponding COFx bit in DMAMUX_RGCFR register.

Aliased Type§

struct OF1_R { /* private fields */ }