#[repr(u8)]pub enum Clko1Sel {
Show 16 variants
CLKO1_SEL_0 = 0,
CLKO1_SEL_1 = 1,
_RESERVED_2 = 2,
CLKO1_SEL_3 = 3,
_RESERVED_4 = 4,
CLKO1_SEL_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
CLKO1_SEL_10 = 10,
CLKO1_SEL_11 = 11,
CLKO1_SEL_12 = 12,
CLKO1_SEL_13 = 13,
CLKO1_SEL_14 = 14,
CLKO1_SEL_15 = 15,
}Variants§
CLKO1_SEL_0 = 0
USB1 PLL clock (divided by 2)
CLKO1_SEL_1 = 1
SYS PLL clock (divided by 2)
_RESERVED_2 = 2
CLKO1_SEL_3 = 3
VIDEO PLL clock (divided by 2)
_RESERVED_4 = 4
CLKO1_SEL_5 = 5
semc_clk_root
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
CLKO1_SEL_10 = 10
lcdif_pix_clk_root
CLKO1_SEL_11 = 11
ahb_clk_root
CLKO1_SEL_12 = 12
ipg_clk_root
CLKO1_SEL_13 = 13
perclk_root
CLKO1_SEL_14 = 14
ckil_sync_clk_root
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