Type Alias stm32h7xx_hal::device::dmamux2::rgsr::OF0_R

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

Field OF0 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 OF0_R { /* private fields */ }