Enum McoSource
#[repr(u8)]pub enum McoSource {
Sys = 0,
Hse = 1,
Lse = 2,
Lsi = 3,
Psik = 4,
Hsik = 5,
Psis = 6,
Hsis = 7,
}Variants§
Sys = 0
System clock selected (sys_ck) (default after reset)
Hse = 1
HSE clock selected (hse_ck)
Lse = 2
LSE clock selected (lse_ck)
Lsi = 3
LSI clock selected (lsi_ck)
Psik = 4
PSIK clock selected (psik_ck)
Hsik = 5
HSIK clock selected (hsik_ck)
Psis = 6
PSIS clock selected (psis_ck)
Hsis = 7
HSIS clock selected (hsis_ck)
Implementations§
Trait Implementations§
§impl Ord for Mcosel
impl Ord for Mcosel
§impl PartialOrd for Mcosel
impl PartialOrd for Mcosel
impl Copy for Mcosel
impl Eq for Mcosel
impl StructuralPartialEq for Mcosel
Auto Trait Implementations§
impl Freeze for Mcosel
impl RefUnwindSafe for Mcosel
impl Send for Mcosel
impl Sync for Mcosel
impl Unpin for Mcosel
impl UnwindSafe for Mcosel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.