Enum Iclksel
#[repr(u8)]pub enum Iclksel {
Hsi48 = 0,
Pll2Q = 1,
Pll1Q = 2,
Msik = 3,
}Variants§
Hsi48 = 0
HSI48 clock selected
Pll2Q = 1
PLL2 Q (pll2_q_ck) selected
Pll1Q = 2
PLL1 Q (pll1_q_ck) selected
Msik = 3
MSIK clock selected
Implementations§
Trait Implementations§
impl Copy for Iclksel
impl Eq for Iclksel
§impl Ord for Iclksel
impl Ord for Iclksel
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 Iclksel
impl PartialOrd for Iclksel
impl StructuralPartialEq for Iclksel
Auto Trait Implementations§
impl Freeze for Iclksel
impl RefUnwindSafe for Iclksel
impl Send for Iclksel
impl Sync for Iclksel
impl Unpin for Iclksel
impl UnsafeUnpin for Iclksel
impl UnwindSafe for Iclksel
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