Enum stm32wlxx_hal::pac::pwr::extscr::C1STOPF_A
pub enum C1STOPF_A {
NoStop = 0,
Stop = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
System Stop0, 1 flag for CPU1. (All core states retained)
Value on reset: 0
Variants§
NoStop = 0
0: System has not been in Stop 0 or 1 mode
Stop = 1
1: System has been in Stop 0 or 1 mode
Trait Implementations§
impl Copy for C1STOPF_A
impl StructuralPartialEq for C1STOPF_A
Auto Trait Implementations§
impl RefUnwindSafe for C1STOPF_A
impl Send for C1STOPF_A
impl Sync for C1STOPF_A
impl Unpin for C1STOPF_A
impl UnwindSafe for C1STOPF_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