Enum Ethclksel
#[repr(u8)]pub enum Ethclksel {
Hclke = 0,
Per = 1,
Ic12 = 2,
Hse = 3,
}Variants§
Hclke = 0
hclke selected as reference clock.
Per = 1
per_ck selected as reference clock.
Ic12 = 2
ic12_ck selected as reference clock.
Hse = 3
hse_ck selected as reference clock.
Implementations§
Trait Implementations§
impl Copy for Ethclksel
impl Eq for Ethclksel
§impl Ord for Ethclksel
impl Ord for Ethclksel
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 Ethclksel
impl PartialOrd for Ethclksel
impl StructuralPartialEq for Ethclksel
Auto Trait Implementations§
impl Freeze for Ethclksel
impl RefUnwindSafe for Ethclksel
impl Send for Ethclksel
impl Sync for Ethclksel
impl Unpin for Ethclksel
impl UnsafeUnpin for Ethclksel
impl UnwindSafe for Ethclksel
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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