Type Definition stm32g0::stm32g0c1::adc::cr::ADDIS_W

source · []
pub type ADDIS_W<'a, const O: u8> = BitWriter<'a, u32, CR_SPEC, ADDIS_AW, O>;
Expand description

Field ADDIS writer - ADC disable command This bit is set by software to disable the ADC (ADDIS command) and put it into power-down state (OFF state). It is cleared by hardware once the ADC is effectively disabled (ADEN is also cleared by hardware at this time). Note: Setting ADDIS to ’1’ is only effective when ADEN = 1 and ADSTART = 0 (which ensures that no conversion is ongoing)

Implementations

Disable the ADC