Enum Dcmippsel
#[repr(u8)]pub enum Dcmippsel {
Pclk5 = 0,
Per = 1,
Ic17 = 2,
HsiDiv = 3,
}Variants§
Pclk5 = 0
pclk5 selected as reference clock.
Per = 1
per_ck selected as reference clock.
Ic17 = 2
ic17_ck selected as reference clock.
HsiDiv = 3
hsi_div_ck selected as reference clock.
Implementations§
Trait Implementations§
impl Copy for Dcmippsel
impl Eq for Dcmippsel
§impl Ord for Dcmippsel
impl Ord for Dcmippsel
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 Dcmippsel
impl PartialOrd for Dcmippsel
impl StructuralPartialEq for Dcmippsel
Auto Trait Implementations§
impl Freeze for Dcmippsel
impl RefUnwindSafe for Dcmippsel
impl Send for Dcmippsel
impl Sync for Dcmippsel
impl Unpin for Dcmippsel
impl UnsafeUnpin for Dcmippsel
impl UnwindSafe for Dcmippsel
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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