Enum embassy_stm32::rcc::Mco1Source
source · #[repr(u8)]pub enum Mco1Source {
HSI = 0,
LSE = 1,
HSE = 2,
PLL1_Q = 3,
HSI48 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
HSI = 0
HSI selected for micro-controller clock output
LSE = 1
LSE selected for micro-controller clock output
HSE = 2
HSE selected for micro-controller clock output
PLL1_Q = 3
pll1_q selected for micro-controller clock output
HSI48 = 4
HSI48 selected for micro-controller clock output
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
source§impl Ord for Mco1sel
impl Ord for Mco1sel
source§impl PartialEq for Mco1sel
impl PartialEq for Mco1sel
source§impl PartialOrd for Mco1sel
impl PartialOrd for Mco1sel
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Mco1sel
impl Eq for Mco1sel
impl StructuralEq for Mco1sel
impl StructuralPartialEq for Mco1sel
Auto Trait Implementations§
impl RefUnwindSafe for Mco1sel
impl Send for Mco1sel
impl Sync for Mco1sel
impl Unpin for Mco1sel
impl UnwindSafe for Mco1sel
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