#[repr(u8)]pub enum Fastwkupselect {
No = 0,
Nvm = 1,
Mainvreg = 2,
Both = 3,
}
Expand description
Fast Wakeup
Value on reset: 0
Variants§
No = 0
0: Fast Wakeup is disabled
Nvm = 1
1: Fast Wakeup is enabled on NVM
Mainvreg = 2
2: Fast Wakeup is enabled on the main voltage regulator (MAINVREG)
Both = 3
3: Fast Wakeup is enabled on both NVM and MAINVREG
Trait Implementations§
Source§impl Clone for Fastwkupselect
impl Clone for Fastwkupselect
Source§fn clone(&self) -> Fastwkupselect
fn clone(&self) -> Fastwkupselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Fastwkupselect
impl Debug for Fastwkupselect
Source§impl From<Fastwkupselect> for u8
impl From<Fastwkupselect> for u8
Source§fn from(variant: Fastwkupselect) -> Self
fn from(variant: Fastwkupselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Fastwkupselect
impl PartialEq for Fastwkupselect
impl Copy for Fastwkupselect
impl Eq for Fastwkupselect
impl IsEnum for Fastwkupselect
impl StructuralPartialEq for Fastwkupselect
Auto Trait Implementations§
impl Freeze for Fastwkupselect
impl RefUnwindSafe for Fastwkupselect
impl Send for Fastwkupselect
impl Sync for Fastwkupselect
impl Unpin for Fastwkupselect
impl UnwindSafe for Fastwkupselect
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