Enum embassy_stm32::rcc::PerClockSource
source · #[repr(u8)]pub enum PerClockSource {
HSI = 0,
CSI = 1,
HSE = 2,
_RESERVED_3 = 3,
}
Variants§
HSI = 0
HSI selected as peripheral clock
CSI = 1
CSI selected as peripheral clock
HSE = 2
HSE selected as peripheral clock
_RESERVED_3 = 3
Implementations§
Trait Implementations§
source§impl Ord for Ckpersel
impl Ord for Ckpersel
source§impl PartialEq for Ckpersel
impl PartialEq for Ckpersel
source§impl PartialOrd for Ckpersel
impl PartialOrd for Ckpersel
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 Ckpersel
impl Eq for Ckpersel
impl StructuralEq for Ckpersel
impl StructuralPartialEq for Ckpersel
Auto Trait Implementations§
impl RefUnwindSafe for Ckpersel
impl Send for Ckpersel
impl Sync for Ckpersel
impl Unpin for Ckpersel
impl UnwindSafe for Ckpersel
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