#[repr(u8)]pub enum Clko1Sel {
Show 16 variants
CLKO1_SEL_0 = 0,
CLKO1_SEL_1 = 1,
CLKO1_SEL_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
CLKO1_SEL_11 = 11,
CLKO1_SEL_12 = 12,
CLKO1_SEL_13 = 13,
_RESERVED_e = 14,
CLKO1_SEL_15 = 15,
}Variants§
CLKO1_SEL_0 = 0
pll3_sw_clk (divided by 2)
CLKO1_SEL_1 = 1
PLL2 (divided by 2)
CLKO1_SEL_2 = 2
ENET PLL (divided by 2)
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
CLKO1_SEL_11 = 11
core_clk_root
CLKO1_SEL_12 = 12
ipg_clk_root
CLKO1_SEL_13 = 13
perclk_root
_RESERVED_e = 14
CLKO1_SEL_15 = 15
pll4_main_clk
Implementations§
Trait Implementations§
Source§impl Ord for Clko1Sel
impl Ord for Clko1Sel
Source§impl PartialOrd for Clko1Sel
impl PartialOrd for Clko1Sel
impl Copy for Clko1Sel
impl Eq for Clko1Sel
impl StructuralPartialEq for Clko1Sel
Auto Trait Implementations§
impl Freeze for Clko1Sel
impl RefUnwindSafe for Clko1Sel
impl Send for Clko1Sel
impl Sync for Clko1Sel
impl Unpin for Clko1Sel
impl UnwindSafe for Clko1Sel
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