Enums
- Enumeration of available CPU interrupts It’s possible to create one handler per priority level. (e.g
level1_interrupt
) - Interrupt priority levels.
Functions
- Clear the given CPU interrupt
- Disable the given peripheral interrupt.
- Get status of peripheral interrupts
- map⚠Assign a peripheral interrupt to an CPU interrupt.