Enum stm32_metapac::pwr::vals::Sramfwu
#[repr(u8)]pub enum Sramfwu {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
SRAM4 enters low-power mode in Stop 0, 1 and 2 modes (source biasing for lower-power consumption).
B_0X1 = 1
SRAM4 remains in normal mode in Stop 0, 1 and 2 modes (higher consumption but no SRAM4 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
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
)