PxTrapAbort()

Default trap handler.

APPLIES TO

8.2.0

SYNOPSIS
void PxTrapAbort (int trapno, int tin, TC_CSA_t *csa);
ARGUMENTS
trapno

Trap number

tin

Trap identification number

csa

Pointer to context save area

DESCRIPTION

This function will be called as the default trap handling routine.

USAGE
#include "pxdef.h"

PxTrapAbort(0xff, 0xff, (TC_CSA_t *) 0);