Expand description
External Interrupts (EXTI)
Modules§
- blocking
- Blocking-mode EXTI utilities
Structs§
- AnyChannel
Deprecated - Deprecated type-erased EXTI channel.
- Exti
Input - EXTI input driver.
- Interrupt
Handler - EXTI interrupt handler. All EXTI interrupt vectors should be bound to this handler.
Enums§
- Interrupt
State - EXTI interrupt state
- Trigger
Edge - Defines the edge triggering mode for EXTI interrupts
Traits§
- Channel
- EXTI channel trait.