NetBurner 3.5.6
PDF Version
Interrupt Macro - ColdFire

Macro for ColdFire platforms to set up an interrupt function handler including entry and exit code. More...

Detailed Description

Macro for ColdFire platforms to set up an interrupt function handler including entry and exit code.

Parameters
xneed to add
yneed 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.