Register a user-defined event processing function with the system. This function is executed by cbAppColdStart(TRUE).
| Type | Name | Remark |
|---|---|---|
| void* | pvFunc | Specify a user-defined event processing function (*1). |
*1: The function prototype for pvFunc is as follows:
void vProcessEvCore(
tsEvent *pEv,
teEvent eEvent,
uint32 u32evarg)
| Type | Remark |
|---|---|
| uint8 | Handle number of the user defined event handling function. |