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<SDMMC1> for PC8
Available on non-
afio only.impl D0Pin<SDMMC1> for PD11
Available on non-
afio only.impl D0Pin<SDMMC1> for PE15
Available on non-
afio only.impl D0Pin<SDMMC2> for PB8
Available on non-
afio only.impl D0Pin<SDMMC2> for PC4
Available on non-
afio only.