Struct Mcosel
#[repr(transparent)]pub struct Mcosel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Mcosel
impl Mcosel
pub const NONE: Self
pub const NONE: Self
MCO output disabled, no clock on MCO
pub const SYSCLK: Self
pub const SYSCLK: Self
SYSCLK system clock selected
pub const MSI: Self
pub const MSI: Self
MSI clock selected
pub const HSI: Self
pub const HSI: Self
HSI clock selected
pub const HSE: Self
pub const HSE: Self
HSE clock selected
pub const PLL: Self
pub const PLL: Self
Main PLL clock selected
pub const LSI: Self
pub const LSI: Self
LSI clock selected
pub const LSE: Self
pub const LSE: Self
LSE clock selected
pub const HSI48: Self
pub const HSI48: Self
Internal HSI48 clock selected
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