Enum stm32_metapac::rcc::vals::Fdcansel
#[repr(u8)]pub enum Fdcansel {
HSE = 0,
PLL1_Q = 1,
PLL2_Q = 2,
_RESERVED_3 = 3,
}
Variants§
HSE = 0
HSE selected as peripheral clock
PLL1_Q = 1
pll1_q selected as peripheral clock
PLL2_Q = 2
pll2_q selected as peripheral clock
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Fdcansel
impl Ord for Fdcansel
§impl PartialOrd for Fdcansel
impl PartialOrd for Fdcansel
§fn partial_cmp(&self, other: &Fdcansel) -> Option<Ordering>
fn partial_cmp(&self, other: &Fdcansel) -> Option<Ordering>
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 Fdcansel
impl Eq for Fdcansel
impl StructuralEq for Fdcansel
impl StructuralPartialEq for Fdcansel
Auto Trait Implementations§
impl RefUnwindSafe for Fdcansel
impl Send for Fdcansel
impl Sync for Fdcansel
impl Unpin for Fdcansel
impl UnwindSafe for Fdcansel
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