pub trait NSSPin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
NSSPin 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 NSSPin<OCTOSPI1> for PA0
Available on non-
afio only.impl NSSPin<OCTOSPI1> for PA2
Available on non-
afio only.impl NSSPin<OCTOSPI1> for PA4
Available on non-
afio only.impl NSSPin<OCTOSPI1> for PA12
Available on non-
afio only.impl NSSPin<OCTOSPI1> for PC11
Available on non-
afio only.