pub trait CsPin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
CsPin 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 CsPin<SPI1> for PA4
Available on non-
afio only.impl CsPin<SPI1> for PA15
Available on non-
afio only.impl CsPin<SPI2> for PB4
Available on non-
afio only.impl CsPin<SPI2> for PB9
Available on non-
afio only.impl CsPin<SPI2> for PB12
Available on non-
afio only.impl CsPin<SPI3> for PA4
Available on non-
afio only.impl CsPin<SPI3> for PA15
Available on non-
afio only.impl CsPin<SPI4> for PE4
Available on non-
afio only.impl CsPin<SPI4> for PE11
Available on non-
afio only.impl CsPin<SPI5> for PF6
Available on non-
afio only.