Enum Mdfsel
#[repr(u8)]pub enum Mdfsel {
Hclk1 = 0,
Pll1P = 1,
Pll3Q = 2,
Audioclk = 3,
Msik = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
Hclk1 = 0
HCLK selected
Pll1P = 1
PLL1 P (pll1_p_ck) selected
Pll3Q = 2
PLL3 Q (pll3_q_ck) selected
Audioclk = 3
input pin AUDIOCLK selected
Msik = 4
MSIK clock selected
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for Mdfsel
impl Eq for Mdfsel
§impl Ord for Mdfsel
impl Ord for Mdfsel
1.21.0 (const: unstable) · 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
§impl PartialOrd for Mdfsel
impl PartialOrd for Mdfsel
impl StructuralPartialEq for Mdfsel
Auto Trait Implementations§
impl Freeze for Mdfsel
impl RefUnwindSafe for Mdfsel
impl Send for Mdfsel
impl Sync for Mdfsel
impl Unpin for Mdfsel
impl UnsafeUnpin for Mdfsel
impl UnwindSafe for Mdfsel
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