pub trait CckPin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
CckPin 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 CckPin<MDF1> for PB8
Available on non-
afio only.impl CckPin<MDF1> for PC2
Available on non-
afio only.impl CckPin<MDF1> for PE9
Available on non-
afio only.impl CckPin<MDF1> for PF3
Available on non-
afio only.impl CckPin<MDF1> for PF10
Available on non-
afio only.impl CckPin<MDF1> for PG7
Available on non-
afio only.