embassy-stm32

Crates

git

Versions

stm32wba55hg

Flavors

ExtiPin

Trait ExtiPin 

Source
pub trait ExtiPin: PeripheralType + SealedPin {
    type ExtiChannel: Channel;
}
Expand description

Pin that can be used to configure an ExtiInput. This trait is lost when converting to AnyPin.

Required Associated Types§

Source

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.

Implementors§