pub enum MCO2_A {
Sysclk,
Plli2s,
Hse,
Pll,
}
Expand description
Microcontroller clock output 2
Value on reset: 0
Variants
Sysclk
0: System clock (SYSCLK) selected
Plli2s
1: PLLI2S clock selected
Hse
2: HSE oscillator clock selected
Pll
3: PLL clock selected
Trait Implementations
impl Copy for MCO2_A
impl StructuralPartialEq for MCO2_A
Auto Trait Implementations
impl RefUnwindSafe for MCO2_A
impl Send for MCO2_A
impl Sync for MCO2_A
impl Unpin for MCO2_A
impl UnwindSafe for MCO2_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more