pub trait BreakInputComparator2Pin<T: AdvancedInstance4Channel, M: BreakInput>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
BreakInputComparator2Pin pin trait
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl BreakInputComparator2Pin<TIM1, BkIn1> for PA6
Available on non-
afio only.impl BreakInputComparator2Pin<TIM1, BkIn1> for PB12
Available on non-
afio only.impl BreakInputComparator2Pin<TIM1, BkIn2> for PE14
Available on non-
afio only.impl BreakInputComparator2Pin<TIM8, BkIn1> for PA6
Available on non-
afio only.impl BreakInputComparator2Pin<TIM8, BkIn2> for PB6
Available on non-
afio only.