pub enum CSSFR {
NotInterrupted = 0,
Interrupted = 1,
}
Expand description
Clock security system interrupt flag
Value on reset: 0
Variants§
NotInterrupted = 0
0: No clock security interrupt caused by HSE clock failure
Interrupted = 1
1: Clock security interrupt caused by HSE clock failure
Trait Implementations§
impl Copy for CSSFR
impl Eq for CSSFR
impl StructuralPartialEq for CSSFR
Auto Trait Implementations§
impl Freeze for CSSFR
impl RefUnwindSafe for CSSFR
impl Send for CSSFR
impl Sync for CSSFR
impl Unpin for CSSFR
impl UnwindSafe for CSSFR
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