pub trait R6Pin<T: Instance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
R6Pin pin trait
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl R6Pin<LTDC> for PA8
Available on non-
afio only.impl R6Pin<LTDC> for PB1
Available on non-
afio only.impl R6Pin<LTDC> for PC12
Available on non-
afio only.impl R6Pin<LTDC> for PE1
Available on non-
afio only.impl R6Pin<LTDC> for PH12
Available on non-
afio only.impl R6Pin<LTDC> for PJ5
Available on non-
afio only.