pub trait SckPin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
SckPin 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 SckPin<OCTOSPI1> for PA3
Available on non-
afio only.impl SckPin<OCTOSPI1> for PB10
Available on non-
afio only.impl SckPin<OCTOSPI1> for PE10
Available on non-
afio only.impl SckPin<OCTOSPI1> for PF4
Available on non-
afio only.impl SckPin<OCTOSPI2> for PA3
Available on non-
afio only.impl SckPin<OCTOSPI2> for PB10
Available on non-
afio only.impl SckPin<OCTOSPI2> for PE10
Available on non-
afio only.impl SckPin<OCTOSPI2> for PF4
Available on non-
afio only.