These Components implement the Osal commands.
More...
|
typedef void(* | ppCallBck_t) (void *pContext) |
| Timer callback interface which will be called once registered timer timeout expires. More...
|
|
These Components implement the Osal commands.
#define PLATFORM_MAX_TIMERS 3U |
Maximum number of timers available
Definition at line 46 of file nfc-nxp-hal.h.
Indicates that the timer is used
Definition at line 47 of file nfc-nxp-hal.h.
Indicates that the timer is free
Definition at line 48 of file nfc-nxp-hal.h.
typedef void(* ppCallBck_t) (void *pContext) |
Timer callback interface which will be called once registered timer timeout expires.
- Parameters
-
[in] | TimerId | Timer Id for which callback is called. |
- Return values
-
Definition at line 60 of file nfc-nxp-hal.h.
Initializes the Stub timer component
- Returns
- status code
- Return values
-
PH_ERR_SUCCESS | Operation successful.[In] Data parameters representing this component |