#[repr(u8)]pub enum Wakeclk32khzselSel {
FREQ_32KHZ = 0,
LPOSC = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
NONE = 7,
}Variants§
FREQ_32KHZ = 0
32KHz
LPOSC = 1
LPOSC (Divided by 32 by default).
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
NONE = 7
None, this may be selected in order to reduce power when no output is needed.
Implementations§
Trait Implementations§
Source§impl Clone for Wakeclk32khzselSel
impl Clone for Wakeclk32khzselSel
Source§fn clone(&self) -> Wakeclk32khzselSel
fn clone(&self) -> Wakeclk32khzselSel
Returns a duplicate 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 Wakeclk32khzselSel
impl Debug for Wakeclk32khzselSel
Source§impl From<Wakeclk32khzselSel> for u8
impl From<Wakeclk32khzselSel> for u8
Source§fn from(val: Wakeclk32khzselSel) -> u8
fn from(val: Wakeclk32khzselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Wakeclk32khzselSel
impl From<u8> for Wakeclk32khzselSel
Source§fn from(val: u8) -> Wakeclk32khzselSel
fn from(val: u8) -> Wakeclk32khzselSel
Converts to this type from the input type.
Source§impl Ord for Wakeclk32khzselSel
impl Ord for Wakeclk32khzselSel
Source§fn cmp(&self, other: &Wakeclk32khzselSel) -> Ordering
fn cmp(&self, other: &Wakeclk32khzselSel) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Wakeclk32khzselSel
impl PartialEq for Wakeclk32khzselSel
Source§impl PartialOrd for Wakeclk32khzselSel
impl PartialOrd for Wakeclk32khzselSel
impl Copy for Wakeclk32khzselSel
impl Eq for Wakeclk32khzselSel
impl StructuralPartialEq for Wakeclk32khzselSel
Auto Trait Implementations§
impl Freeze for Wakeclk32khzselSel
impl RefUnwindSafe for Wakeclk32khzselSel
impl Send for Wakeclk32khzselSel
impl Sync for Wakeclk32khzselSel
impl Unpin for Wakeclk32khzselSel
impl UnwindSafe for Wakeclk32khzselSel
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