Enum Spisel45
#[repr(u8)]pub enum Spisel45 {
Pclk2 = 0,
Per = 1,
Ic9 = 2,
Ic14 = 3,
Msi = 4,
HsiDiv = 5,
I2sCkin = 6,
_RESERVED_7 = 7,
}Variants§
Pclk2 = 0
pclk2 selected as reference clock.
Per = 1
per_ck selected as reference clock.
Ic9 = 2
ic9_ck selected as reference clock.
Ic14 = 3
ic14_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.
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Spisel45
impl Ord for Spisel45
§impl PartialOrd for Spisel45
impl PartialOrd for Spisel45
impl Copy for Spisel45
impl Eq for Spisel45
impl StructuralPartialEq for Spisel45
Auto Trait Implementations§
impl Freeze for Spisel45
impl RefUnwindSafe for Spisel45
impl Send for Spisel45
impl Sync for Spisel45
impl Unpin for Spisel45
impl UnwindSafe for Spisel45
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.