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 PA9
Available on non-
afio only.impl HRTimerComplementaryPin<HRTIM1, ChB> for PA11
Available on non-
afio only.impl HRTimerComplementaryPin<HRTIM1, ChC> for PB13
Available on non-
afio only.impl HRTimerComplementaryPin<HRTIM1, ChD> for PB15
Available on non-
afio only.impl HRTimerComplementaryPin<HRTIM1, ChE> for PC9
Available on non-
afio only.