pub enum MCO2R {
SYSCLK,
PLLI2S,
HSE,
PLL,
}
Expand description
Possible values of the field MCO2
Variants§
SYSCLK
System clock (SYSCLK) selected
PLLI2S
PLLI2S clock selected
HSE
HSE oscillator clock selected
PLL
PLL clock selected
Implementations§
Trait Implementations§
impl Copy for MCO2R
impl StructuralPartialEq for MCO2R
Auto Trait Implementations§
impl Freeze for MCO2R
impl RefUnwindSafe for MCO2R
impl Send for MCO2R
impl Sync for MCO2R
impl Unpin for MCO2R
impl UnwindSafe for MCO2R
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