Enum I3c1sel
#[repr(u8)]pub enum I3c1sel {
Pclk1 = 0,
Per = 1,
Ic10 = 2,
Ic15 = 3,
Msi = 4,
HsiDiv = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
Pclk1 = 0
pclk1 selected as reference clock.
Per = 1
per_ck selected as reference clock.
Ic10 = 2
ic10_ck selected as reference clock.
Ic15 = 3
ic15_ck selected as reference clock.
Msi = 4
msi_ck selected as reference clock.
HsiDiv = 5
hsi_div_ck selected as reference clock.
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for I3c1sel
impl Ord for I3c1sel
§impl PartialOrd for I3c1sel
impl PartialOrd for I3c1sel
impl Copy for I3c1sel
impl Eq for I3c1sel
impl StructuralPartialEq for I3c1sel
Auto Trait Implementations§
impl Freeze for I3c1sel
impl RefUnwindSafe for I3c1sel
impl Send for I3c1sel
impl Sync for I3c1sel
impl Unpin for I3c1sel
impl UnwindSafe for I3c1sel
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