pub trait ExternalTriggerPin<T: GeneralInstance4Channel>: Pin {
// Required method
fn af_num(&self) -> u8;
}Expand description
ExternalTriggerPin 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 ExternalTriggerPin<TIM2> for PA0
Available on non-
afio only.impl ExternalTriggerPin<TIM2> for PA5
Available on non-
afio only.impl ExternalTriggerPin<TIM2> for PA15
Available on non-
afio only.