pub enum CSSON {
Off = 0,
On = 1,
}
Expand description
Clock security system enable Set by software to enable the clock security system. When CSSON is set, the clock detector is enabled by hardware when the HSE oscillator is ready, and disabled by hardware if a HSE clock failure is detected. This bit is set only and is cleared by reset.
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