pub trait HRTimerComplementaryPin<T: Instance, M: HRTimerChannel>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
HRTimerComplementaryPin 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 HRTimerComplementaryPin<HRTIM1, ChA> for PC7
Available on non-
afio only.impl HRTimerComplementaryPin<HRTIM1, ChB> for PA8
Available on non-
afio only.impl HRTimerComplementaryPin<HRTIM1, ChC> for PA10
Available on non-
afio only.impl HRTimerComplementaryPin<HRTIM1, ChD> for PA12
Available on non-
afio only.