Enum stm32_hal2::clocks::Spi123Src
source · #[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§
source§impl PartialEq for Spi123Src
impl PartialEq for Spi123Src
impl Copy for Spi123Src
impl StructuralPartialEq for Spi123Src
Auto Trait Implementations§
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