PxTrapInitVectab()
Initialize trap vector table.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
void PxTrapInitVectab(ArmInstallExceptionHandler_t InstallTrapHandler);
- ARGUMENTS
|
- DESCRIPTION
-
This function initializes the PXROS trap interface.
- IMPLEMENTATION GUIDELINES
-
- Before call
-
-
No checks necessary.
-
- After call
-
-
No checks necessary.
-
- Best Practice
-
-
This function is automatically executed in
PxInit
and must not be called by the application!
-
- SEE ALSO
- USAGE
-
#include "pxdef.h" PxTrapInitVectab(trapandler);