PxIntInitVectab()

Initialize the C interrupt interface.

APPLIES TO

8.2.0

SYNOPSIS
void PxIntInitVectab (void);
DESCRIPTION

PxIntInitVectab initializes the C interrupt 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"

PxIntInitVectab();