PxTrapInitVectab()

Initialize trap vector table.

APPLIES TO

8.2.0

SYNOPSIS
void PxTrapInitVectab (void);
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();