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 Ord for Mco1sel
impl Ord for Mco1sel
§impl PartialOrd for Mco1sel
impl PartialOrd for Mco1sel
impl Copy for Mco1sel
impl Eq 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 UnwindSafe for Mco1sel
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