#[repr(u8)]pub enum Ctimerclksel4Sel {
ENUM_0X0 = 0,
ENUM_0X1 = 1,
ENUM_0X2 = 2,
ENUM_0X3 = 3,
ENUM_0X4 = 4,
ENUM_0X5 = 5,
ENUM_0X6 = 6,
ENUM_0X7 = 7,
}Variants§
ENUM_0X0 = 0
Main clock.
ENUM_0X1 = 1
PLL0 clock.
ENUM_0X2 = 2
No clock.
ENUM_0X3 = 3
FRO 96 MHz clock.
ENUM_0X4 = 4
FRO 1MHz clock.
ENUM_0X5 = 5
MCLK clock.
ENUM_0X6 = 6
Oscillator 32kHz clock.
ENUM_0X7 = 7
No clock.
Implementations§
Trait Implementations§
Source§impl Clone for Ctimerclksel4Sel
impl Clone for Ctimerclksel4Sel
Source§fn clone(&self) -> Ctimerclksel4Sel
fn clone(&self) -> Ctimerclksel4Sel
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 Ctimerclksel4Sel
impl Debug for Ctimerclksel4Sel
Source§impl From<Ctimerclksel4Sel> for u8
impl From<Ctimerclksel4Sel> for u8
Source§fn from(val: Ctimerclksel4Sel) -> u8
fn from(val: Ctimerclksel4Sel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ctimerclksel4Sel
impl From<u8> for Ctimerclksel4Sel
Source§fn from(val: u8) -> Ctimerclksel4Sel
fn from(val: u8) -> Ctimerclksel4Sel
Converts to this type from the input type.
Source§impl Ord for Ctimerclksel4Sel
impl Ord for Ctimerclksel4Sel
Source§fn cmp(&self, other: &Ctimerclksel4Sel) -> Ordering
fn cmp(&self, other: &Ctimerclksel4Sel) -> 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 Ctimerclksel4Sel
impl PartialEq for Ctimerclksel4Sel
Source§impl PartialOrd for Ctimerclksel4Sel
impl PartialOrd for Ctimerclksel4Sel
impl Copy for Ctimerclksel4Sel
impl Eq for Ctimerclksel4Sel
impl StructuralPartialEq for Ctimerclksel4Sel
Auto Trait Implementations§
impl Freeze for Ctimerclksel4Sel
impl RefUnwindSafe for Ctimerclksel4Sel
impl Send for Ctimerclksel4Sel
impl Sync for Ctimerclksel4Sel
impl Unpin for Ctimerclksel4Sel
impl UnwindSafe for Ctimerclksel4Sel
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