pub enum SEISR {
NoFault = 0,
Fault = 1,
}
Expand description
Seed error interrupt status
Value on reset: 0
Variants§
NoFault = 0
0: No faulty sequence detected
Fault = 1
1: At least one faulty sequence has been detected. See SECS bit description for details. An interrupt is pending if IE = 1 in the RNG_CR register.
Trait Implementations§
impl Copy for SEISR
impl Eq for SEISR
impl StructuralPartialEq for SEISR
Auto Trait Implementations§
impl Freeze for SEISR
impl RefUnwindSafe for SEISR
impl Send for SEISR
impl Sync for SEISR
impl Unpin for SEISR
impl UnwindSafe for SEISR
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