pub trait WsPin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
WsPin pin trait
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl WsPin<SPI1> for PA15
Available on non-
afio only.impl WsPin<SPI1> for PF4
Available on non-
afio only.impl WsPin<SPI2> for PA11
Available on non-
afio only.impl WsPin<SPI2> for PB4
Available on non-
afio only.impl WsPin<SPI2> for PB12
Available on non-
afio only.impl WsPin<SPI2> for PC1
Available on non-
afio only.impl WsPin<SPI3> for PA15
Available on non-
afio only.impl WsPin<SPI3> for PD7
Available on non-
afio only.impl WsPin<SPI3> for PF4
Available on non-
afio only.impl WsPin<SPI6> for PA0
Available on non-
afio only.impl WsPin<SPI6> for PA15
Available on non-
afio only.impl WsPin<SPI6> for PF4
Available on non-
afio only.