Type Definition stm32g4::stm32g484::dac1::dac_cr::CEN1_W

source · []
pub type CEN1_W<'a, const O: u8> = BitWriter<'a, u32, DAC_CR_SPEC, bool, O>;
Expand description

Field CEN1 writer - DAC Channel 1 calibration enable This bit is set and cleared by software to enable/disable DAC channel 1 calibration, it can be written only if bit EN1=0 into DAC_CR (the calibration mode can be entered/exit only when the DAC channel is disabled) Otherwise, the write operation is ignored.