pub enum MCOSrc {
LSI,
PLL,
SysClk,
HSI,
HSE,
LSE,
}
Expand description
Microcontroller clock output source
Variants§
Auto Trait Implementations§
impl Freeze for MCOSrc
impl RefUnwindSafe for MCOSrc
impl Send for MCOSrc
impl Sync for MCOSrc
impl Unpin for MCOSrc
impl UnwindSafe for MCOSrc
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