pub trait OutputPin<T: BasicInstance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
OutputPin 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 OutputPin<LPTIM1> for PD13
Available on non-
afio only.impl OutputPin<LPTIM2> for PB13
Available on non-
afio only.impl OutputPin<LPTIM3> for PA1
Available on non-
afio only.impl OutputPin<LPTIM4> for PA2
Available on non-
afio only.impl OutputPin<LPTIM5> for PA3
Available on non-
afio only.