Type Definition stm32_hal2::pac::dac::cr::CEN1_R

source · []
pub type CEN1_R = BitReaderRaw<bool>;
Expand description

Field CEN1 reader - 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.