Enum Spisel
#[repr(u8)]pub enum Spisel {
Pclk2 = 0,
Psik = 1,
Hsik = 2,
Audioclk = 3,
}Variants§
Pclk2 = 0
rcc_pclk2 selected as kernel clock (default after reset)
Psik = 1
psik_ck selected as kernel clock
Hsik = 2
hsik_ck selected as kernel clock
Audioclk = 3
AUDIOCLK selected as kernel clock
Implementations§
Trait Implementations§
impl Copy for Spisel
impl Eq for Spisel
§impl Ord for Spisel
impl Ord for Spisel
1.21.0 (const: unstable) · 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
§impl PartialOrd for Spisel
impl PartialOrd for Spisel
impl StructuralPartialEq for Spisel
Auto Trait Implementations§
impl Freeze for Spisel
impl RefUnwindSafe for Spisel
impl Send for Spisel
impl Sync for Spisel
impl Unpin for Spisel
impl UnsafeUnpin for Spisel
impl UnwindSafe for Spisel
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