Type Definition stm32g0::stm32g0c1::adc::ier::ADRDYIE_W

source · []
pub type ADRDYIE_W<'a, const O: u8> = BitWriter<'a, u32, IER_SPEC, ADRDYIE_A, O>;
Expand description

Field ADRDYIE writer - ADC ready interrupt enable This bit is set and cleared by software to enable/disable the ADC Ready interrupt. Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).

Implementations

ADRDY interrupt disabled

ADRDY interrupt enabled. An interrupt is generated when the ADRDY bit is set.