User`s guide

Processor Expert Interface
Processor Expert Tutorial
107Targeting MC56F83xx/DSP5685x Controllers
** ==========================================================
** Event : IRQA_OnInterrupt (module Events)
**
** From bean : IRQA [ExtInt]
** Description :
** This event is called when the active signal edge/level
** occurs.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
#pragma interrupt called
extern short IRQA_On;
void IRQA_OnInterrupt(void)
{
IRQA_On ^= 1;
/* place your IRQA interrupt procedure body here */
}
/* END Events */
/*
** ########################################################
**
** This file was created by UNIS Processor Expert 03.15 for
** the Motorola DSP56x series of microcontrollers.
**
** ##########################################################
*/