Struct Mcosel
#[repr(transparent)]pub struct Mcosel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Mcosel
impl Mcosel
pub const NOCLOCK: Self
pub const NOCLOCK: Self
No clock
pub const SYSCLK: Self
pub const SYSCLK: Self
SYSCLK clock selected
pub const HSI16: Self
pub const HSI16: Self
HSI oscillator clock selected
pub const MSI: Self
pub const MSI: Self
MSI oscillator clock selected
pub const HSE: Self
pub const HSE: Self
HSE oscillator clock selected
pub const PLL: Self
pub const PLL: Self
PLL clock selected
pub const LSI: Self
pub const LSI: Self
LSI oscillator clock selected
pub const LSE: Self
pub const LSE: Self
LSE oscillator 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