#[repr(u8)]pub enum Spi123Src {
Pll1Q = 0,
Pll2P = 1,
Pll3P = 2,
I2sCkin = 3,
PerClk = 100,
}
Expand description
SPI clock input source. Sets RCC_D2CCIP1R register, SPI123SEL field..
Variants§
Trait Implementations§
impl Copy for Spi123Src
impl StructuralPartialEq for Spi123Src
Auto Trait Implementations§
impl Freeze for Spi123Src
impl RefUnwindSafe for Spi123Src
impl Send for Spi123Src
impl Sync for Spi123Src
impl Unpin for Spi123Src
impl UnwindSafe for Spi123Src
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