Home
last modified time | relevance | path

Searched refs:portCallbackTable (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4/build/libraries/wm/ARM9/src/
Dwm_system.c223 wm9buf->portCallbackTable[i] = NULL; in WmInitCore()
605 if (w9b->portCallbackTable[cb_Port->port] != NULL) in WmReceiveFifo()
610 (w9b->portCallbackTable[cb_Port->port]) ((void *)cb_Port); in WmReceiveFifo()
806 if (w9b->portCallbackTable[iPort] != NULL) in WmReceiveFifo()
809 (w9b->portCallbackTable[iPort]) ((void *)&cb_Port); in WmReceiveFifo()
Dwm_ds.c446 if ((p->portCallbackTable[cb_Port->port] != WmDataSharingReceiveCallback_Parent in WmDataSharingSetDataCallback()
447 && p->portCallbackTable[cb_Port->port] != WmDataSharingReceiveCallback_Child) in WmDataSharingSetDataCallback()
Dwm_sync.c115 p->portCallbackTable[port] = callback; in WM_SetPortCallback()
/TwlSDK-5.4/include/nitro/wm/common/
Dwm.h1115 WMCallbackFunc portCallbackTable[WM_NUM_OF_PORT]; // 16*4 = 64 bytes member