pub trait HRTimerPin<T: Instance, M: HRTimerChannel>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
HRTimerPin 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 HRTimerPin<HRTIM1, ChA> for PC6
Available on non-
afio only.impl HRTimerPin<HRTIM1, ChB> for PC8
Available on non-
afio only.impl HRTimerPin<HRTIM1, ChC> for PA9
Available on non-
afio only.impl HRTimerPin<HRTIM1, ChD> for PA11
Available on non-
afio only.impl HRTimerPin<HRTIM1, ChE> for PG6
Available on non-
afio only.