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