#[repr(u8)]pub enum Clko2Sel {
Show 32 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
CLKO2_SEL_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
CLKO2_SEL_14 = 14,
_RESERVED_f = 15,
CLKO2_SEL_16 = 16,
_RESERVED_11 = 17,
CLKO2_SEL_18 = 18,
_RESERVED_13 = 19,
CLKO2_SEL_20 = 20,
_RESERVED_15 = 21,
CLKO2_SEL_22 = 22,
_RESERVED_17 = 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
_RESERVED_3 = 3
_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
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
CLKO2_SEL_14 = 14
osc_clk.
_RESERVED_f = 15
CLKO2_SEL_16 = 16
lpspi_clk_root.
_RESERVED_11 = 17
CLKO2_SEL_18 = 18
sai1_clk_root.
_RESERVED_13 = 19
CLKO2_SEL_20 = 20
sai3_clk_root.
_RESERVED_15 = 21
CLKO2_SEL_22 = 22
trace_clk_root.
_RESERVED_17 = 23
_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