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