Type Alias stm32h7xx_hal::pac::dac::cr::CEN2_R

source ·
pub type CEN2_R = BitReaderRaw<bool>;
Expand description

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

Aliased Type§

struct CEN2_R { /* private fields */ }