Enum stm32_metapac::pwr::vals::DsEeKoff
#[repr(u8)]pub enum DsEeKoff {
NVMWAKEUP = 0,
NVMSLEEP = 1,
}
Variants§
NVMWAKEUP = 0
NVM woken up when exiting from Deepsleep mode even if the bit RUN_PD is set
NVMSLEEP = 1
NVM not woken up when exiting from low-power mode (if the bit RUN_PD is set)
Implementations§
Trait Implementations§
§impl Ord for DsEeKoff
impl Ord for DsEeKoff
§impl PartialOrd for DsEeKoff
impl PartialOrd for DsEeKoff
impl Copy for DsEeKoff
impl Eq for DsEeKoff
impl StructuralPartialEq for DsEeKoff
Auto Trait Implementations§
impl Freeze for DsEeKoff
impl RefUnwindSafe for DsEeKoff
impl Send for DsEeKoff
impl Sync for DsEeKoff
impl Unpin for DsEeKoff
impl UnwindSafe for DsEeKoff
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
)