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 PA8
Available on non-
afio only.impl CsPin<SPI1> for PA14
Available on non-
afio only.impl CsPin<SPI1> for PA15
Available on non-
afio only.impl CsPin<SPI1> for PB0
Available on non-
afio only.impl CsPin<SPI2> for PA8
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<SPI2> for PC14
Available on non-
afio only.impl CsPin<SPI2> for PD0
Available on non-
afio only.