Enum Spisel23
#[repr(u8)]pub enum Spisel23 {
PCLK1 = 0,
PER = 1,
IC8 = 2,
IC9 = 3,
MSI = 4,
HSI_DIV = 5,
I2S_CKIN = 6,
_RESERVED_7 = 7,
}Variants§
PCLK1 = 0
pclk1 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 Spisel23
impl Ord for Spisel23
§impl PartialOrd for Spisel23
impl PartialOrd for Spisel23
impl Copy for Spisel23
impl Eq for Spisel23
impl StructuralPartialEq for Spisel23
Auto Trait Implementations§
impl Freeze for Spisel23
impl RefUnwindSafe for Spisel23
impl Send for Spisel23
impl Sync for Spisel23
impl Unpin for Spisel23
impl UnwindSafe for Spisel23
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