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", so this trait is not object safe.
Implementors§
impl Channel1Pin<LPTIM1> for PB11
Available on non-
afio only.impl Channel1Pin<LPTIM1> for PC1
Available on non-
afio only.impl Channel1Pin<LPTIM1> for PG15
Available on non-
afio only.impl Channel1Pin<LPTIM2> for PA11
Available on non-
afio only.impl Channel1Pin<LPTIM2> for PD13
Available on non-
afio only.