PxPanic()
Panic routine.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
void PxPanic (void);
- DESCRIPTION
-
PxPanic tries to do something sensible in case of a fatal error. Its exact behavior depends on the processor. Usually, PxPanic performs a breakpoint or illegal instruction, hoping that it is caught by either a monitor or by the application itself.
- IMPLEMENTATION GUIDELINES
-
- Before call
-
-
No checks necessary.
-
- After call
-
-
No checks necessary.
-
- Best Practice
-
-
No restrictions.
-
- SEE ALSO
- USAGE
-
#include "pxdef.h" PxPanic();