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 Ord for Dcmippsel
impl Ord for Dcmippsel
§impl PartialOrd for Dcmippsel
impl PartialOrd for Dcmippsel
impl Copy for Dcmippsel
impl Eq 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 UnwindSafe for Dcmippsel
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