pub enum CSSON_A {
Off = 0,
On = 1,
}
Expand description
Clock security system enable
Value on reset: 0
Variants§
Off = 0
0: Clock security system disabled (clock detector OFF)
On = 1
1: Clock security system enable (clock detector ON if the HSE is ready, OFF if not)
Trait Implementations§
impl Copy for CSSON_A
impl StructuralPartialEq for CSSON_A
Auto Trait Implementations§
impl Freeze for CSSON_A
impl RefUnwindSafe for CSSON_A
impl Send for CSSON_A
impl Sync for CSSON_A
impl Unpin for CSSON_A
impl UnwindSafe for CSSON_A
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