pub enum LSECSSDR {
NoFailure = 0,
Failure = 1,
}
Expand description
CSS on LSE failure Detection Set by hardware to indicate when a failure has been detected by the Clock Security System on the external 32 kHz oscillator (LSE).
Value on reset: 0
Variants§
NoFailure = 0
0: No failure detected on LSE (32 kHz oscillator)
Failure = 1
1: Failure detected on LSE (32 kHz oscillator)
Trait Implementations§
impl Copy for LSECSSDR
impl Eq for LSECSSDR
impl StructuralPartialEq for LSECSSDR
Auto Trait Implementations§
impl Freeze for LSECSSDR
impl RefUnwindSafe for LSECSSDR
impl Send for LSECSSDR
impl Sync for LSECSSDR
impl Unpin for LSECSSDR
impl UnwindSafe for LSECSSDR
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