Enum Mdfsel
#[repr(u8)]pub enum Mdfsel {
HCLK = 0,
PLL1_P = 1,
PLL3_Q = 2,
AUDIOCLK = 3,
MSIK = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
HCLK = 0
HCLK selected
PLL1_P = 1
PLL1 P (pll1_p_ck) selected
PLL3_Q = 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 Ord for Mdfsel
impl Ord for Mdfsel
§impl PartialOrd for Mdfsel
impl PartialOrd for Mdfsel
impl Copy for Mdfsel
impl Eq 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 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