pub trait Channel2Pin<T: BasicInstance>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
Channel2Pin 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 Channel2Pin<LPTIM1> for PA1
Available on non-
afio only.impl Channel2Pin<LPTIM1> for PB4
Available on non-
afio only.impl Channel2Pin<LPTIM2> for PA7
Available on non-
afio only.impl Channel2Pin<LPTIM2> for PC7
Available on non-
afio only.impl Channel2Pin<LPTIM3> for PB1
Available on non-
afio only.impl Channel2Pin<LPTIM3> for PC9
Available on non-
afio only.