#[repr(u8)]pub enum UtickfclkselSel {
LPOSC = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
NONE = 7,
}Variants§
LPOSC = 0
Low Power Oscillator Clock (LPOSC).
_RESERVED_1 = 1
_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 UtickfclkselSel
impl Clone for UtickfclkselSel
Source§fn clone(&self) -> UtickfclkselSel
fn clone(&self) -> UtickfclkselSel
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 UtickfclkselSel
impl Debug for UtickfclkselSel
Source§impl From<UtickfclkselSel> for u8
impl From<UtickfclkselSel> for u8
Source§fn from(val: UtickfclkselSel) -> u8
fn from(val: UtickfclkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for UtickfclkselSel
impl From<u8> for UtickfclkselSel
Source§fn from(val: u8) -> UtickfclkselSel
fn from(val: u8) -> UtickfclkselSel
Converts to this type from the input type.
Source§impl Ord for UtickfclkselSel
impl Ord for UtickfclkselSel
Source§fn cmp(&self, other: &UtickfclkselSel) -> Ordering
fn cmp(&self, other: &UtickfclkselSel) -> 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 UtickfclkselSel
impl PartialEq for UtickfclkselSel
Source§impl PartialOrd for UtickfclkselSel
impl PartialOrd for UtickfclkselSel
impl Copy for UtickfclkselSel
impl Eq for UtickfclkselSel
impl StructuralPartialEq for UtickfclkselSel
Auto Trait Implementations§
impl Freeze for UtickfclkselSel
impl RefUnwindSafe for UtickfclkselSel
impl Send for UtickfclkselSel
impl Sync for UtickfclkselSel
impl Unpin for UtickfclkselSel
impl UnwindSafe for UtickfclkselSel
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