atsamd_hal::async_hal::interrupts

Trait MultipleInterruptSources

Source
pub trait MultipleInterruptSources: Sealed { }
Expand description

Marker trait indicating that an interrupt source has multiple bindings and handlers.

May not be implemented outside of this HAL.

Implementors§