Type Definition stm32_hal2::pac::rng::cr::CED_W

source · []
pub type CED_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR_SPEC, CED_A, BitM, O>;
Expand description

Field CED writer - Clock error detection Note: The clock error detection can be used only when ck_rc48 or ck_pll1_q (ck_pll1_q = 48MHz) source is selected otherwise, CED bit must be equal to 1. The clock error detection cannot be enabled nor disabled on the fly when RNG peripheral is enabled, to enable or disable CED the RNG must be disabled.