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