Enum Mco1Source
#[repr(u8)]pub enum Mco1Source {
Hsi = 0,
Lse = 1,
Msi = 2,
Lsi = 3,
Hse = 4,
Ic5 = 5,
Ic10 = 6,
Sysa = 7,
}Variants§
Hsi = 0
hsi selected as reference clock (default after reset).
Lse = 1
lse_ck selected as reference clock.
Msi = 2
msi_ck selected as reference clock.
Lsi = 3
lsi_ck selected as reference clock.
Hse = 4
hse_ck selected as reference clock.
Ic5 = 5
ic5_ck selected as reference clock.
Ic10 = 6
ic10_ck selected as reference clock.
Sysa = 7
sysa_ck selected as reference clock.
Implementations§
Trait Implementations§
impl Copy for Mco1sel
impl Eq for Mco1sel
§impl Ord for Mco1sel
impl Ord for Mco1sel
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 Mco1sel
impl PartialOrd for Mco1sel
impl StructuralPartialEq for Mco1sel
Auto Trait Implementations§
impl Freeze for Mco1sel
impl RefUnwindSafe for Mco1sel
impl Send for Mco1sel
impl Sync for Mco1sel
impl Unpin for Mco1sel
impl UnsafeUnpin for Mco1sel
impl UnwindSafe for Mco1sel
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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