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 PA8
Available on non-
afio only.impl HRTimerPin<HRTIM1, ChB> for PA10
Available on non-
afio only.impl HRTimerPin<HRTIM1, ChC> for PB12
Available on non-
afio only.impl HRTimerPin<HRTIM1, ChD> for PB14
Available on non-
afio only.impl HRTimerPin<HRTIM1, ChE> for PC8
Available on non-
afio only.