Enum Adfsel
#[repr(u8)]pub enum Adfsel {
Hclk3 = 0,
Pll1P = 1,
Pll3Q = 2,
Audioclk = 3,
Msik = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
Hclk3 = 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 Ord for Adfsel
impl Ord for Adfsel
§impl PartialOrd for Adfsel
impl PartialOrd for Adfsel
impl Copy for Adfsel
impl Eq for Adfsel
impl StructuralPartialEq for Adfsel
Auto Trait Implementations§
impl Freeze for Adfsel
impl RefUnwindSafe for Adfsel
impl Send for Adfsel
impl Sync for Adfsel
impl Unpin for Adfsel
impl UnwindSafe for Adfsel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.