pub trait NckPin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
NckPin 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 NckPin<OCTOSPI1> for PB5
Available on non-
afio only.impl NckPin<OCTOSPI1> for PB12
Available on non-
afio only.impl NckPin<OCTOSPI1> for PE9
Available on non-
afio only.impl NckPin<OCTOSPI1> for PF5
Available on non-
afio only.impl NckPin<OCTOSPI1> for PF11
Available on non-
afio only.impl NckPin<OCTOSPI2> for PB5
Available on non-
afio only.impl NckPin<OCTOSPI2> for PB12
Available on non-
afio only.impl NckPin<OCTOSPI2> for PE9
Available on non-
afio only.impl NckPin<OCTOSPI2> for PF5
Available on non-
afio only.impl NckPin<OCTOSPI2> for PF11
Available on non-
afio only.