PxTrapAbort()
Default trap handler.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
void PxTrapAbort (int trapno);
- ARGUMENTS
|
- DESCRIPTION
-
This function will be called as the default trap handling routine. Since it is called for all traps this function should avoid to use additional CSAs; therefore it is called through a jump (__attribute__ ((interrupt_handler))) and should return with the standard return sequence of interrupt handler.
- USAGE
-
#include "pxdef.h" PxTrapAbort(0xff);