Struct Mcosel
#[repr(transparent)]pub struct Mcosel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Mcosel
impl Mcosel
pub const DISABLE: Self
pub const DISABLE: Self
MCO output disabled, no clock on MCO
pub const SYSCLK: Self
pub const SYSCLK: Self
SYSCLK system clock selected
pub const MSIS: Self
pub const MSIS: Self
MSIS clock selected
pub const HSI16: Self
pub const HSI16: Self
HSI16 clock selected
pub const HSE: Self
pub const HSE: Self
HSE clock selected
pub const PLL1_R: Self
pub const PLL1_R: Self
Main PLL clock pll1_r_ck 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
pub const MSIK: Self
pub const MSIK: Self
MSIK 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