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 PA15
Available on non-
afio only.impl CsPin<SPI1> for PF4
Available on non-
afio only.impl CsPin<SPI3> for PA15
Available on non-
afio only.impl CsPin<SPI3> for PF4
Available on non-
afio only.impl CsPin<SPI4> for PB0
Available on non-
afio only.impl CsPin<SPI5> for PF13
Available on non-
afio only.impl CsPin<SPI6> for PA0
Available on non-
afio only.impl CsPin<SPI6> for PA15
Available on non-
afio only.impl CsPin<SPI6> for PF4
Available on non-
afio only.