Enum Fdcansel
#[repr(u8)]pub enum Fdcansel {
Pclk1 = 0,
Psi = 1,
Psik = 2,
Hse = 3,
}Variants§
Pclk1 = 0
rcc_pclk1 selected as kernel clock (default after reset)
Psi = 1
psi_ck selected as kernel clock
Psik = 2
psik_ck selected as kernel clock
Hse = 3
hse_ck selected as kernel clock
Implementations§
Trait Implementations§
impl Copy for Fdcansel
impl Eq for Fdcansel
§impl Ord for Fdcansel
impl Ord for Fdcansel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Fdcansel
impl PartialOrd for Fdcansel
impl StructuralPartialEq for Fdcansel
Auto Trait Implementations§
impl Freeze for Fdcansel
impl RefUnwindSafe for Fdcansel
impl Send for Fdcansel
impl Sync for Fdcansel
impl Unpin for Fdcansel
impl UnsafeUnpin 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