pub trait TimerPin<T: GeneralInstance4Channel, M: TimerChannel>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
TimerPin 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 TimerPin<TIM2, Ch1> for PA0
Available on non-
afio only.impl TimerPin<TIM2, Ch2> for PA1
Available on non-
afio only.impl TimerPin<TIM2, Ch3> for PA10
Available on non-
afio only.impl TimerPin<TIM21, Ch1> for PA10
Available on non-
afio only.impl TimerPin<TIM21, Ch2> for PA9
Available on non-
afio only.