Enum stm32wlxx_hal::pac::rng::sr::SEIS_A
pub enum SEIS_A {
NoFault = 0,
Fault = 1,
}
Available on crate feature
stm32wl5x_cm4
only.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
Trait Implementations§
impl Copy for SEIS_A
impl StructuralPartialEq for SEIS_A
Auto Trait Implementations§
impl RefUnwindSafe for SEIS_A
impl Send for SEIS_A
impl Sync for SEIS_A
impl Unpin for SEIS_A
impl UnwindSafe for SEIS_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