Type Alias stm32_hal2::pac::crs::cr::CEN_W

source ·
pub type CEN_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR_SPEC, bool, BitM, O>;
Expand description

Field CEN writer - Frequency error counter enable This bit enables the oscillator clock for the frequency error counter. When this bit is set, the CRS_CFGR register is write-protected and cannot be modified.

Aliased Type§

struct CEN_W<'a, const O: u8> { /* private fields */ }