Enum stm32_metapac::rcc::vals::Mco2sel
#[repr(u8)]pub enum Mco2sel {
SYS = 0,
PLLI2S = 1,
HSE = 2,
PLL = 3,
}
Variants§
SYS = 0
System clock (SYSCLK) selected
PLLI2S = 1
PLLI2S clock selected
HSE = 2
HSE oscillator clock selected
PLL = 3
PLL clock selected
Implementations§
Trait Implementations§
§impl Ord for Mco2sel
impl Ord for Mco2sel
§impl PartialOrd for Mco2sel
impl PartialOrd for Mco2sel
impl Copy for Mco2sel
impl Eq for Mco2sel
impl StructuralPartialEq for Mco2sel
Auto Trait Implementations§
impl Freeze for Mco2sel
impl RefUnwindSafe for Mco2sel
impl Send for Mco2sel
impl Sync for Mco2sel
impl Unpin for Mco2sel
impl UnwindSafe for Mco2sel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)