#[repr(u8)]pub enum McoSource {
NONE = 0,
SYSCLK = 1,
RESERVED = 2,
HSI = 3,
HSE = 4,
PLL_CLK = 5,
LSI = 6,
LSE = 7,
}Variants§
NONE = 0
No clock, MCO output disabled
SYSCLK = 1
System clock selected
RESERVED = 2
Reserved
HSI = 3
HSI clock selected
HSE = 4
HSE clock selected
PLL_CLK = 5
PLL clock selected
LSI = 6
LSI clock selected
LSE = 7
LSE clock selected
Implementations§
Trait Implementations§
impl Copy for Mcosel
impl Eq for Mcosel
Source§impl Ord for Mcosel
impl Ord for Mcosel
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
Source§impl PartialOrd for Mcosel
impl PartialOrd 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 UnsafeUnpin 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