pub enum MCO2 {
Sysclk,
Plli2s,
Hse,
Pll,
}Expand description
Microcontroller clock output 2
Value on reset: SYSCLK
Variants§
Sysclk
System clock (SYSCLK) selected
Plli2s
PLLI2S clock selected
Hse
HSE oscillator clock selected
Pll
PLL clock selected
Trait Implementations§
impl Copy for MCO2
impl Eq for MCO2
impl StructuralPartialEq for MCO2
Auto Trait Implementations§
impl Freeze for MCO2
impl RefUnwindSafe for MCO2
impl Send for MCO2
impl Sync for MCO2
impl Unpin for MCO2
impl UnwindSafe for MCO2
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