Enum Mdfsel
#[repr(u8)]pub enum Mdfsel {
Hclk2 = 0,
Per = 1,
Ic7 = 2,
Ic8 = 3,
Msi = 4,
HsiDiv = 5,
I2sCkin = 6,
Timg = 7,
}Variants§
Hclk2 = 0
hclk2 selected as reference clock.
Per = 1
per_ck selected as reference clock.
Ic7 = 2
ic7_ck selected as reference clock.
Ic8 = 3
ic8_ck selected as reference clock.
Msi = 4
msi_ck selected as reference clock.
HsiDiv = 5
hsi_div_ck selected as reference clock.
I2sCkin = 6
I2S_CKIN selected as reference clock.
Timg = 7
timg_ck selected as reference clock.
Implementations§
Trait Implementations§
§impl Ord for Mdfsel
impl Ord for Mdfsel
§impl PartialOrd for Mdfsel
impl PartialOrd for Mdfsel
impl Copy for Mdfsel
impl Eq for Mdfsel
impl StructuralPartialEq for Mdfsel
Auto Trait Implementations§
impl Freeze for Mdfsel
impl RefUnwindSafe for Mdfsel
impl Send for Mdfsel
impl Sync for Mdfsel
impl Unpin for Mdfsel
impl UnwindSafe for Mdfsel
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