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