#[repr(u8)]pub enum T1sClkselMux {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
I3_CLKROOT_SOSC = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
I6_CLKROOT_SPLL = 6,
_RESERVED_7 = 7,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
_RESERVED_2 = 2
I3_CLKROOT_SOSC = 3
CLK_IN
_RESERVED_4 = 4
_RESERVED_5 = 5
I6_CLKROOT_SPLL = 6
PLL1_CLK
_RESERVED_7 = 7
Implementations§
Source§impl T1sClkselMux
impl T1sClkselMux
Trait Implementations§
Source§impl Clone for T1sClkselMux
impl Clone for T1sClkselMux
Source§fn clone(&self) -> T1sClkselMux
fn clone(&self) -> T1sClkselMux
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 T1sClkselMux
impl Debug for T1sClkselMux
Source§impl From<T1sClkselMux> for u8
impl From<T1sClkselMux> for u8
Source§fn from(val: T1sClkselMux) -> u8
fn from(val: T1sClkselMux) -> u8
Converts to this type from the input type.
Source§impl From<u8> for T1sClkselMux
impl From<u8> for T1sClkselMux
Source§fn from(val: u8) -> T1sClkselMux
fn from(val: u8) -> T1sClkselMux
Converts to this type from the input type.
Source§impl Ord for T1sClkselMux
impl Ord for T1sClkselMux
Source§fn cmp(&self, other: &T1sClkselMux) -> Ordering
fn cmp(&self, other: &T1sClkselMux) -> 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 T1sClkselMux
impl PartialEq for T1sClkselMux
Source§impl PartialOrd for T1sClkselMux
impl PartialOrd for T1sClkselMux
impl Copy for T1sClkselMux
impl Eq for T1sClkselMux
impl StructuralPartialEq for T1sClkselMux
Auto Trait Implementations§
impl Freeze for T1sClkselMux
impl RefUnwindSafe for T1sClkselMux
impl Send for T1sClkselMux
impl Sync for T1sClkselMux
impl Unpin for T1sClkselMux
impl UnwindSafe for T1sClkselMux
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