_PxHndcallPxArg()
PXROS-HR handler call with one argument.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxArg_t _PxHndcallPxArg (f, arg);
- ARGUMENTS
|
|
|
- DESCRIPTION
-
_PxHndcallPxArg calls the passed function handler with one argument in supervisor mode.
- USAGE
-
#include "pxdef.h" PxArg_t retVal = _PxHndcallPxArg(function, value);