Enum Dcmisel
#[repr(u8)]pub enum Dcmisel {
PCLK5 = 0,
PER = 1,
IC17 = 2,
HSI_DIV = 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.
HSI_DIV = 3
hsi_div_ck selected as reference clock.
Implementations§
Trait Implementations§
§impl Ord for Dcmisel
impl Ord for Dcmisel
§impl PartialOrd for Dcmisel
impl PartialOrd for Dcmisel
impl Copy for Dcmisel
impl Eq for Dcmisel
impl StructuralPartialEq for Dcmisel
Auto Trait Implementations§
impl Freeze for Dcmisel
impl RefUnwindSafe for Dcmisel
impl Send for Dcmisel
impl Sync for Dcmisel
impl Unpin for Dcmisel
impl UnwindSafe for Dcmisel
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