stm32-rs / stm32f7xx-hal

A Rust embedded-hal HAL for all MCUs in the STM32 F7 family
Apache License 2.0
114 stars 65 forks source link

Missing feature: ExtiPin trait on Alternate pins #198

Closed Cryowatt closed 1 year ago

Cryowatt commented 1 year ago

I noticed while trying to use the ExtiPin trait on an Alternate function pin that the ExtiPin trait wasn't enabled. Based on examples from other STM32 hals I impl'd the trait. It appears to work correctly on my STM32F723.