Type Definition stm32g0::stm32g0c1::adc::isr::OVR_W

source · []
pub type OVR_W<'a, const O: u8> = BitWriter<'a, u32, ISR_SPEC, OVR_AW, O>;
Expand description

Field OVR writer - ADC overrun This bit is set by hardware when an overrun occurs, meaning that a new conversion has complete while the EOC flag was already set. It is cleared by software writing 1 to it.

Implementations

Clear the overrun flag