Enum Clk48sel
#[repr(u8)]pub enum Clk48sel {
Hsi48 = 0,
_RESERVED_1 = 1,
Pll1Q = 2,
_RESERVED_3 = 3,
}Variants§
Hsi48 = 0
HSI48 oscillator clock selected as 48 MHz clock
_RESERVED_1 = 1
Pll1Q = 2
PLLQCLK selected as 48 MHz clock
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Clk48sel
impl Eq for Clk48sel
§impl Ord for Clk48sel
impl Ord for Clk48sel
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 Clk48sel
impl PartialOrd for Clk48sel
impl StructuralPartialEq for Clk48sel
Auto Trait Implementations§
impl Freeze for Clk48sel
impl RefUnwindSafe for Clk48sel
impl Send for Clk48sel
impl Sync for Clk48sel
impl Unpin for Clk48sel
impl UnsafeUnpin for Clk48sel
impl UnwindSafe for Clk48sel
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