Enum stm32wlxx_hal::pac::pwr::c2cr1::FPDS_A
pub enum FPDS_A {
Idle = 0,
PowerDown = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Flash memory power down mode during LPSleep for CPU2
Value on reset: 0
Variants§
Idle = 0
0: Flash memory in Idle mode when system is in LPSleep mode
PowerDown = 1
1: Flash memory in Power-down mode when system is in LPSleep mode
Trait Implementations§
impl Copy for FPDS_A
impl StructuralPartialEq for FPDS_A
Auto Trait Implementations§
impl RefUnwindSafe for FPDS_A
impl Send for FPDS_A
impl Sync for FPDS_A
impl Unpin for FPDS_A
impl UnwindSafe for FPDS_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