/* ** =================================================================== ** Event : EIntB_OnInterrupt (module Events) ** ** Component : EIntB [ExtInt] ** Description : ** This event is called when an active signal edge/level has ** occurred. ** Parameters : None ** Returns : Nothing ** =================================================================== */ void EIntB_OnInterrupt(void) { MR_DoEvent(MR_EVENT_TRGA, TRUE); }
/* ** =================================================================== ** Event : EIntB_OnInterrupt (module Events) ** ** Component : EIntB [ExtInt] ** Description : ** This event is called when an active signal edge/level has ** occurred. ** Parameters : None ** Returns : Nothing ** =================================================================== */ void EIntB_OnInterrupt(void) { #if PL_HAS_MAZE_RACE MR_DoEvent(MR_EVENT_TRGA, TRUE); #endif }