pub trait ExtiPin: PeripheralType + SealedPin {
type ExtiChannel: Channel;
}Expand description
Required Associated Types§
Sourcetype ExtiChannel: Channel
type ExtiChannel: Channel
EXTI channel assigned to this pin.
For example, PC4 uses EXTI4.
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.