#[repr(u8)]pub enum Clko2Sel {
Show 32 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
CLKO2_SEL_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
CLKO2_SEL_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
CLKO2_SEL_11 = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
CLKO2_SEL_14 = 14,
_RESERVED_f = 15,
_RESERVED_10 = 16,
CLKO2_SEL_17 = 17,
CLKO2_SEL_18 = 18,
CLKO2_SEL_19 = 19,
CLKO2_SEL_20 = 20,
_RESERVED_15 = 21,
_RESERVED_16 = 22,
CLKO2_SEL_23 = 23,
_RESERVED_18 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
CLKO2_SEL_27 = 27,
CLKO2_SEL_28 = 28,
CLKO2_SEL_29 = 29,
_RESERVED_1e = 30,
_RESERVED_1f = 31,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
_RESERVED_2 = 2
CLKO2_SEL_3 = 3
usdhc1_clk_root
_RESERVED_4 = 4
_RESERVED_5 = 5
CLKO2_SEL_6 = 6
lpi2c_clk_root
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
CLKO2_SEL_11 = 11
csi_clk_root
_RESERVED_c = 12
_RESERVED_d = 13
CLKO2_SEL_14 = 14
osc_clk
_RESERVED_f = 15
_RESERVED_10 = 16
CLKO2_SEL_17 = 17
usdhc2_clk_root
CLKO2_SEL_18 = 18
sai1_clk_root
CLKO2_SEL_19 = 19
sai2_clk_root
CLKO2_SEL_20 = 20
sai3_clk_root (shared with ADC1 and ADC2 alt_clk root)
_RESERVED_15 = 21
_RESERVED_16 = 22
CLKO2_SEL_23 = 23
can_clk_root (FlexCAN, shared with CANFD)
_RESERVED_18 = 24
_RESERVED_19 = 25
_RESERVED_1a = 26
CLKO2_SEL_27 = 27
flexspi_clk_root
CLKO2_SEL_28 = 28
uart_clk_root
CLKO2_SEL_29 = 29
spdif0_clk_root
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Trait Implementations§
Source§impl Ord for Clko2Sel
impl Ord for Clko2Sel
Source§impl PartialOrd for Clko2Sel
impl PartialOrd for Clko2Sel
impl Copy for Clko2Sel
impl Eq for Clko2Sel
impl StructuralPartialEq for Clko2Sel
Auto Trait Implementations§
impl Freeze for Clko2Sel
impl RefUnwindSafe for Clko2Sel
impl Send for Clko2Sel
impl Sync for Clko2Sel
impl Unpin for Clko2Sel
impl UnwindSafe for Clko2Sel
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