NetBurner 3.5.6
PDF Version |
Macro for ColdFire platforms to set up an interrupt function handler including entry and exit code. More...
Macro for ColdFire platforms to set up an interrupt function handler including entry and exit code.
x | need to add |
y | need to add |
Example Usage:
INTERRUPT(timetick) { // Interrupt handler code goes here.. }
The example exposes the symbol timetick that can be used as a function pointer to put in the vector base register array.