Next: Initializes the interrupt handler
Up: Output Compare Interrupts
Previous: Output Compare Interrupts
An interrupt service routine (ISR) is a special type of
function. In this section we go through the procedure by
which you can an install an ISR using Imagecraft's ICC11
compiler.
Installing an ISR involves three steps. These steps are:
- initialize the interrupt handler
- provide the ISR function
- define the ISR's interrupt vector.
We now discuss each of these steps below:
Bill Goodwine
2002-09-29