This section describes the how to write interrupt handlers to service the external interrupts FIQ and IRQ, and includes:
Levels of external interrupt
Simple interrupt handlers in C
Reentrant interrupt handlers
Example interrupt handlers in assembly language.