#[repr(u8)]pub enum TsiClkselMux {
I0_CLKROOT_FUNC_0 = 0,
_RESERVED_1 = 1,
I2_CLKROOT_FUNC_2 = 2,
I3_CLKROOT_FUNC_3 = 3,
_RESERVED_4 = 4,
I5_CLKROOT_FUNC_5 = 5,
I6_CLKROOT_FUNC_6 = 6,
_RESERVED_7 = 7,
}Variants§
I0_CLKROOT_FUNC_0 = 0
FRO_LF_DIV
_RESERVED_1 = 1
I2_CLKROOT_FUNC_2 = 2
FRO_HF_DIV
I3_CLKROOT_FUNC_3 = 3
CLK_IN
_RESERVED_4 = 4
I5_CLKROOT_FUNC_5 = 5
CLK_1M
I6_CLKROOT_FUNC_6 = 6
PLL1_CLK_DIV
_RESERVED_7 = 7
Implementations§
Source§impl TsiClkselMux
impl TsiClkselMux
Trait Implementations§
Source§impl Clone for TsiClkselMux
impl Clone for TsiClkselMux
Source§fn clone(&self) -> TsiClkselMux
fn clone(&self) -> TsiClkselMux
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TsiClkselMux
impl Debug for TsiClkselMux
Source§impl From<TsiClkselMux> for u8
impl From<TsiClkselMux> for u8
Source§fn from(val: TsiClkselMux) -> u8
fn from(val: TsiClkselMux) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TsiClkselMux
impl From<u8> for TsiClkselMux
Source§fn from(val: u8) -> TsiClkselMux
fn from(val: u8) -> TsiClkselMux
Converts to this type from the input type.
Source§impl Ord for TsiClkselMux
impl Ord for TsiClkselMux
Source§fn cmp(&self, other: &TsiClkselMux) -> Ordering
fn cmp(&self, other: &TsiClkselMux) -> Ordering
1.21.0 · 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
Source§impl PartialEq for TsiClkselMux
impl PartialEq for TsiClkselMux
Source§impl PartialOrd for TsiClkselMux
impl PartialOrd for TsiClkselMux
impl Copy for TsiClkselMux
impl Eq for TsiClkselMux
impl StructuralPartialEq for TsiClkselMux
Auto Trait Implementations§
impl Freeze for TsiClkselMux
impl RefUnwindSafe for TsiClkselMux
impl Send for TsiClkselMux
impl Sync for TsiClkselMux
impl Unpin for TsiClkselMux
impl UnwindSafe for TsiClkselMux
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