pub trait OutputPin<T: Instance>: 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", so this trait is not object safe.
Implementors§
impl OutputPin<COMP1> for PA0
Available on non-
afio only.impl OutputPin<COMP1> for PA6
Available on non-
afio only.impl OutputPin<COMP1> for PA11
Available on non-
afio only.impl OutputPin<COMP1> for PB0
Available on non-
afio only.impl OutputPin<COMP1> for PB10
Available on non-
afio only.impl OutputPin<COMP2> for PA2
Available on non-
afio only.impl OutputPin<COMP2> for PA7
Available on non-
afio only.impl OutputPin<COMP2> for PA12
Available on non-
afio only.impl OutputPin<COMP2> for PB5
Available on non-
afio only.impl OutputPin<COMP2> for PB11
Available on non-
afio only.impl OutputPin<COMP3> for PB1
Available on non-
afio only.impl OutputPin<COMP3> for PC0
Available on non-
afio only.impl OutputPin<COMP3> for PC2
Available on non-
afio only.