pub enum SECS {
NoFault = 0,
Fault = 1,
}
Expand description
Seed error current status
Value on reset: 0
Variants§
NoFault = 0
0: No faulty sequence has currently been detected. If the SEIS bit is set, this means that a faulty sequence was detected and the situation has been recovered.
Fault = 1
1: At least one faulty sequence has been detected - see ref manual for details
Trait Implementations§
impl Copy for SECS
impl Eq for SECS
impl StructuralPartialEq for SECS
Auto Trait Implementations§
impl Freeze for SECS
impl RefUnwindSafe for SECS
impl Send for SECS
impl Sync for SECS
impl Unpin for SECS
impl UnwindSafe for SECS
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