#[repr(u8)]pub enum ClkoutselSel {
ENUM_0X0 = 0,
ENUM_0X1 = 1,
ENUM_0X2 = 2,
ENUM_0X3 = 3,
ENUM_0X4 = 4,
ENUM_0X5 = 5,
ENUM_0X6 = 6,
ENUM_0X7 = 7,
}Variants§
ENUM_0X0 = 0
Main clock.
ENUM_0X1 = 1
PLL0 clock.
ENUM_0X2 = 2
CLKIN clock.
ENUM_0X3 = 3
FRO 96 MHz clock.
ENUM_0X4 = 4
FRO 1MHz clock.
ENUM_0X5 = 5
PLL1 clock.
ENUM_0X6 = 6
Oscillator 32kHz clock.
ENUM_0X7 = 7
No clock.
Implementations§
Source§impl ClkoutselSel
impl ClkoutselSel
Trait Implementations§
Source§impl Clone for ClkoutselSel
impl Clone for ClkoutselSel
Source§fn clone(&self) -> ClkoutselSel
fn clone(&self) -> ClkoutselSel
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 ClkoutselSel
impl Debug for ClkoutselSel
Source§impl From<ClkoutselSel> for u8
impl From<ClkoutselSel> for u8
Source§fn from(val: ClkoutselSel) -> u8
fn from(val: ClkoutselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ClkoutselSel
impl From<u8> for ClkoutselSel
Source§fn from(val: u8) -> ClkoutselSel
fn from(val: u8) -> ClkoutselSel
Converts to this type from the input type.
Source§impl Ord for ClkoutselSel
impl Ord for ClkoutselSel
Source§fn cmp(&self, other: &ClkoutselSel) -> Ordering
fn cmp(&self, other: &ClkoutselSel) -> 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 ClkoutselSel
impl PartialEq for ClkoutselSel
Source§impl PartialOrd for ClkoutselSel
impl PartialOrd for ClkoutselSel
impl Copy for ClkoutselSel
impl Eq for ClkoutselSel
impl StructuralPartialEq for ClkoutselSel
Auto Trait Implementations§
impl Freeze for ClkoutselSel
impl RefUnwindSafe for ClkoutselSel
impl Send for ClkoutselSel
impl Sync for ClkoutselSel
impl Unpin for ClkoutselSel
impl UnwindSafe for ClkoutselSel
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