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