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, MCO output disabled
pub const SYSCLK: Self
pub const SYSCLK: Self
SYSCLK selected as MCO source
pub const HSI48: Self
pub const HSI48: Self
HSI48 selected as MCO source
pub const HSI16: Self
pub const HSI16: Self
HSI16 selected as MCO source
pub const HSE: Self
pub const HSE: Self
HSE selected as MCO source
pub const PLLRCLK: Self
pub const PLLRCLK: Self
PLLRCLK selected as MCO source
pub const LSI: Self
pub const LSI: Self
LSI selected as MCO source
pub const LSE: Self
pub const LSE: Self
LSE selected as MCO source
pub const PLLPCLK: Self
pub const PLLPCLK: Self
PLLPCLK selected as MCO source
pub const PLLQCLK: Self
pub const PLLQCLK: Self
PLLQCLK selected as MCO source
pub const RTCCLK: Self
pub const RTCCLK: Self
RTCCLK selected as MCO source
pub const RTC_WKUP: Self
pub const RTC_WKUP: Self
RTC_Wakeup selected as MCO source
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