pub enum CSSON {
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
impl Eq for CSSON
impl StructuralPartialEq for CSSON
Auto Trait Implementations§
impl Freeze for CSSON
impl RefUnwindSafe for CSSON
impl Send for CSSON
impl Sync for CSSON
impl Unpin for CSSON
impl UnwindSafe for CSSON
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