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