Crate ruspiro_interrupt_macros

Crate ruspiro_interrupt_macros 

Source
Expand description

§Interrupt Macros

This crate provides the custom attribute #[IrqHandler(<interrupt type>[, <source>])] to be used when implementing an interrupt handler. Detailed documentation can be found in the ruspiro-interrupt crate.

Attribute Macros§

IrqHandler