pub trait BreakInputComparator1Pin<T: AdvancedInstance4Channel, M: BreakInput>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
BreakInputComparator1Pin 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 BreakInputComparator1Pin<TIM1, BkIn1> for PE15
Available on non-
afio only.impl BreakInputComparator1Pin<TIM1, BkIn2> for PA11
Available on non-
afio only.impl BreakInputComparator1Pin<TIM8, BkIn1> for PB7
Available on non-
afio only.impl BreakInputComparator1Pin<TIM8, BkIn2> for PC9
Available on non-
afio only.