#[repr(u8)]pub enum Spi45Src {
Apb = 0,
Pll2Q = 1,
Pll3Q = 2,
Hsi = 3,
Csi = 100,
HseCk = 5,
}
Expand description
SPI clock input source. Sets RCC_D2CCIP1R register, SPI45SEL field.
Variants§
Trait Implementations§
impl Copy for Spi45Src
impl StructuralPartialEq for Spi45Src
Auto Trait Implementations§
impl Freeze for Spi45Src
impl RefUnwindSafe for Spi45Src
impl Send for Spi45Src
impl Sync for Spi45Src
impl Unpin for Spi45Src
impl UnwindSafe for Spi45Src
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