Enum stm32wlxx_hal::pac::pwr::cr3::RRS_A
pub enum RRS_A {
PowerOff = 0,
OnLpr = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
SRAM2 retention in Standby mode
Value on reset: 0
Variants§
PowerOff = 0
0: SRAM2 powered off in Standby mode (SRAM2 content lost)
OnLpr = 1
1: SRAM2 powered by the low-power regulator in Standby mode (SRAM2 content kept)
Trait Implementations§
impl Copy for RRS_A
impl StructuralPartialEq for RRS_A
Auto Trait Implementations§
impl RefUnwindSafe for RRS_A
impl Send for RRS_A
impl Sync for RRS_A
impl Unpin for RRS_A
impl UnwindSafe for RRS_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