Struct Mco
#[repr(transparent)]pub struct Mco(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Mco
impl Mco
pub const NOMCO: Self
pub const NOMCO: Self
MCO output disabled, no clock on MCO
pub const HSI14: Self
pub const HSI14: Self
Internal RC 14 MHz (HSI14) oscillator clock selected
pub const LSI: Self
pub const LSI: Self
Internal low speed (LSI) oscillator clock selected
pub const LSE: Self
pub const LSE: Self
External low speed (LSE) oscillator clock selected
pub const SYSCLK: Self
pub const SYSCLK: Self
System clock selected
pub const HSI: Self
pub const HSI: Self
Internal RC 8 MHz (HSI) oscillator clock selected
pub const HSE: Self
pub const HSE: Self
External 4-32 MHz (HSE) oscillator clock selected
pub const PLL: Self
pub const PLL: Self
PLL clock selected (divided by 1 or 2, depending en PLLNODIV)
pub const HSI48: Self
pub const HSI48: Self
Internal RC 48 MHz (HSI48) oscillator clock selected
Trait Implementations§
§impl Ord for Mco
impl Ord for Mco
§impl PartialOrd for Mco
impl PartialOrd for Mco
impl Copy for Mco
impl Eq for Mco
impl StructuralPartialEq for Mco
Auto Trait Implementations§
impl Freeze for Mco
impl RefUnwindSafe for Mco
impl Send for Mco
impl Sync for Mco
impl Unpin for Mco
impl UnwindSafe for Mco
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