pub trait D0Pin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
D0Pin 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 D0Pin<OCTOSPI1> for PB1
Available on non-
afio only.impl D0Pin<OCTOSPI1> for PC3
Available on non-
afio only.impl D0Pin<OCTOSPI1> for PC9
Available on non-
afio only.impl D0Pin<OCTOSPI1> for PD11
Available on non-
afio only.impl D0Pin<OCTOSPI1> for PF0
Available on non-
afio only.impl D0Pin<OCTOSPI1> for PF8
Available on non-
afio only.impl D0Pin<OCTOSPI2> for PB1
Available on non-
afio only.impl D0Pin<OCTOSPI2> for PC3
Available on non-
afio only.impl D0Pin<OCTOSPI2> for PC9
Available on non-
afio only.impl D0Pin<OCTOSPI2> for PD11
Available on non-
afio only.impl D0Pin<OCTOSPI2> for PF0
Available on non-
afio only.impl D0Pin<OCTOSPI2> for PF8
Available on non-
afio only.