Enum Sramfwu
#[repr(u8)]pub enum Sramfwu {
LOW_POWER = 0,
NORMAL = 1,
}Variants§
LOW_POWER = 0
SRAMs enters low-power mode in Stop 0 and Stop 1 modes (source biasing for lower-power consumption).
NORMAL = 1
SRAMs remains in normal mode in Stop 0 and Stop 1 modes (higher consumption but no SRAM wakeup time).
Implementations§
Trait Implementations§
§impl Ord for Sramfwu
impl Ord for Sramfwu
§impl PartialOrd for Sramfwu
impl PartialOrd for Sramfwu
impl Copy for Sramfwu
impl Eq for Sramfwu
impl StructuralPartialEq for Sramfwu
Auto Trait Implementations§
impl Freeze for Sramfwu
impl RefUnwindSafe for Sramfwu
impl Send for Sramfwu
impl Sync for Sramfwu
impl Unpin for Sramfwu
impl UnwindSafe for Sramfwu
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