Enum stm32wlxx_hal::pac::pwr::c2cr1::LPMS_A
#[repr(u8)]pub enum LPMS_A {
Stop0 = 0,
Stop1 = 1,
Stop2 = 2,
Standby = 3,
Shutdown = 4,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Low-power mode selection for CPU2
Value on reset: 7
Variants§
Stop0 = 0
0: Stop 0 mode
Stop1 = 1
1: Stop 1 mode
Stop2 = 2
2: Stop 2 mode
Standby = 3
3: Standby mode
Shutdown = 4
4: Shutdown mode
Trait Implementations§
impl Copy for LPMS_A
impl StructuralPartialEq for LPMS_A
Auto Trait Implementations§
impl RefUnwindSafe for LPMS_A
impl Send for LPMS_A
impl Sync for LPMS_A
impl Unpin for LPMS_A
impl UnwindSafe for LPMS_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