#[repr(u8)]pub enum SctclkselSel {
Show 16 variants
ENUM_0X0 = 0,
ENUM_0X1 = 1,
ENUM_0X2 = 2,
ENUM_0X3 = 3,
ENUM_0X4 = 4,
ENUM_0X5 = 5,
ENUM_0X6 = 6,
ENUM_0X7 = 7,
ENUM_0X8 = 8,
ENUM_0X9 = 9,
ENUM_0X_A = 10,
ENUM_0X_B = 11,
ENUM_0X_C = 12,
ENUM_0X_D = 13,
ENUM_0X_E = 14,
ENUM_0X_F = 15,
}Variants§
ENUM_0X0 = 0
No clock
ENUM_0X1 = 1
PLL0 clock
ENUM_0X2 = 2
CLKIN clock
ENUM_0X3 = 3
FRO_HF clock
ENUM_0X4 = 4
PLL1_clk0 clock
ENUM_0X5 = 5
SAI0 MCLK_IN clock
ENUM_0X6 = 6
USB PLL clock
ENUM_0X7 = 7
No clock
ENUM_0X8 = 8
SAI1 MCLK_IN clock
ENUM_0X9 = 9
No clock
ENUM_0X_A = 10
No clock
ENUM_0X_B = 11
No clock
ENUM_0X_C = 12
No clock
ENUM_0X_D = 13
No clock
ENUM_0X_E = 14
No clock
ENUM_0X_F = 15
No clock
Implementations§
Source§impl SctclkselSel
impl SctclkselSel
Trait Implementations§
Source§impl Clone for SctclkselSel
impl Clone for SctclkselSel
Source§fn clone(&self) -> SctclkselSel
fn clone(&self) -> SctclkselSel
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 SctclkselSel
impl Debug for SctclkselSel
Source§impl From<SctclkselSel> for u8
impl From<SctclkselSel> for u8
Source§fn from(val: SctclkselSel) -> u8
fn from(val: SctclkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SctclkselSel
impl From<u8> for SctclkselSel
Source§fn from(val: u8) -> SctclkselSel
fn from(val: u8) -> SctclkselSel
Converts to this type from the input type.
Source§impl Ord for SctclkselSel
impl Ord for SctclkselSel
Source§fn cmp(&self, other: &SctclkselSel) -> Ordering
fn cmp(&self, other: &SctclkselSel) -> 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 SctclkselSel
impl PartialEq for SctclkselSel
Source§impl PartialOrd for SctclkselSel
impl PartialOrd for SctclkselSel
impl Copy for SctclkselSel
impl Eq for SctclkselSel
impl StructuralPartialEq for SctclkselSel
Auto Trait Implementations§
impl Freeze for SctclkselSel
impl RefUnwindSafe for SctclkselSel
impl Send for SctclkselSel
impl Sync for SctclkselSel
impl Unpin for SctclkselSel
impl UnwindSafe for SctclkselSel
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