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".
Implementors§
impl CsPin<SPI1> for PA4
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<SPI1> for PE12
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 PD0
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.