_PxHndcallPxArg()

PXROS-HR handler call with one argument.

APPLIES TO

8.2.0

SYNOPSIS
PxArg_t _PxHndcallPxArg (f, arg);
ARGUMENTS
f

Function to be called in supervisor mode

arg

Argument for function

DESCRIPTION

_PxHndcallPxArg calls the passed function handler with one argument in supervisor mode.

USAGE
#include "pxdef.h"

PxArg_t retVal = _PxHndcallPxArg(function, value);