Type Definition stm32_hal2::pac::dac::cr::CEN1_W

source · []
pub type CEN1_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR_SPEC, bool, BitM, 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.