Enum Rlpsn
#[repr(u8)]pub enum Rlpsn {
LowPower = 0,
Normal = 1,
}Variants§
LowPower = 0
RAM enters to low power mode when system enters to STOP.
Normal = 1
RAM remains in normal mode when system enters to STOP.
Implementations§
Trait Implementations§
impl Copy for Rlpsn
impl Eq for Rlpsn
§impl Ord for Rlpsn
impl Ord for Rlpsn
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Rlpsn
impl PartialOrd for Rlpsn
impl StructuralPartialEq for Rlpsn
Auto Trait Implementations§
impl Freeze for Rlpsn
impl RefUnwindSafe for Rlpsn
impl Send for Rlpsn
impl Sync for Rlpsn
impl Unpin for Rlpsn
impl UnsafeUnpin for Rlpsn
impl UnwindSafe for Rlpsn
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