pub enum CEN {
Disabled = 0,
Enabled = 1,
}
Expand description
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.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CEN
impl Eq for CEN
impl StructuralPartialEq for CEN
Auto Trait Implementations§
impl Freeze for CEN
impl RefUnwindSafe for CEN
impl Send for CEN
impl Sync for CEN
impl Unpin for CEN
impl UnwindSafe for CEN
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more