pub struct SPI3 { /* private fields */ }
Expand description
SPI3 peripheral
Implementations§
Trait Implementations§
Source§impl CsPin<SPI3, AfioRemapBool<false>> for PA15
impl CsPin<SPI3, AfioRemapBool<false>> for PA15
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as CsPin
Source§impl MisoPin<SPI3, AfioRemapBool<false>> for PB4
impl MisoPin<SPI3, AfioRemapBool<false>> for PB4
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as MisoPin
Source§impl MosiPin<SPI3, AfioRemapBool<false>> for PB5
impl MosiPin<SPI3, AfioRemapBool<false>> for PB5
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as MosiPin
Source§impl SckPin<SPI3, AfioRemapBool<false>> for PB3
impl SckPin<SPI3, AfioRemapBool<false>> for PB3
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as SckPin
impl Copy for SPI3
impl Instance for SPI3
impl PeripheralType for SPI3
impl RccPeripheral for SPI3
Auto Trait Implementations§
impl Freeze for SPI3
impl RefUnwindSafe for SPI3
impl Send for SPI3
impl Sync for SPI3
impl Unpin for SPI3
impl UnwindSafe for SPI3
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