Enum stm32_metapac::pwr::vals::Rrs
#[repr(u8)]pub enum Rrs {
POWEROFF = 0,
ONLPR = 1,
ONLPRTOP4KB = 2,
_RESERVED_3 = 3,
}
Variants§
POWEROFF = 0
SRAM2 powered off in Standby mode (SRAM2 content lost)
ONLPR = 1
SRAM2 powered by the low-power regulator in Standby mode (SRAM2 content kept)
ONLPRTOP4KB = 2
Only the upper 4 Kbytes of SRAM2 are powered by the low-power regulator in Standby mode (upper 4 Kbytes of SRAM2 content 0x2003 F000 - 0x2003 FFFF is kept).
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Rrs
impl Ord for Rrs
§impl PartialOrd for Rrs
impl PartialOrd for Rrs
impl Copy for Rrs
impl Eq for Rrs
impl StructuralPartialEq for Rrs
Auto Trait Implementations§
impl Freeze for Rrs
impl RefUnwindSafe for Rrs
impl Send for Rrs
impl Sync for Rrs
impl Unpin for Rrs
impl UnwindSafe for Rrs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)