Enum Spisel45
#[repr(u8)]pub enum Spisel45 {
PCLK2 = 0,
PER = 1,
IC9 = 2,
IC14 = 3,
MSI = 4,
HSI_DIV = 5,
I2S_CKIN = 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.
HSI_DIV = 5
hsi_div_ck selected as reference clock.
I2S_CKIN = 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