pub enum MCO1_A {
Hsi,
Lse,
Hse,
Pll,
}
Expand description
Microcontroller clock output 1
Value on reset: 0
Variants
Hsi
0: HSI clock selected
Lse
1: LSE oscillator selected
Hse
2: HSE oscillator clock selected
Pll
3: PLL clock selected
Trait Implementations
impl Copy for MCO1_A
impl StructuralPartialEq for MCO1_A
Auto Trait Implementations
impl RefUnwindSafe for MCO1_A
impl Send for MCO1_A
impl Sync for MCO1_A
impl Unpin for MCO1_A
impl UnwindSafe for MCO1_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