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<TIM1, Ch1> for PA8
Available on non-
afio only.impl TimerPin<TIM5, Ch1> for PA0
Available on non-
afio only.impl TimerPin<TIM5, Ch1> for PB12
Available on non-
afio only.impl TimerPin<TIM5, Ch3> for PA2
Available on non-
afio only.impl TimerPin<TIM5, Ch4> for PA3
Available on non-
afio only.impl TimerPin<TIM9, Ch1> for PA2
Available on non-
afio only.impl TimerPin<TIM9, Ch2> for PA3
Available on non-
afio only.