macro_rules! interrupt_mod { ($($irqs:ident),* $(,)?) => { ... }; }
Generate a standard mod interrupt for a HAL.
mod interrupt