Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_system.c211 wm9buf->portCallbackTable[i] = NULL; in WmInitCore()
593 if (w9b->portCallbackTable[cb_Port->port] != NULL) in WmReceiveFifo()
598 (w9b->portCallbackTable[cb_Port->port]) ((void *)cb_Port); in WmReceiveFifo()
794 if (w9b->portCallbackTable[iPort] != NULL) in WmReceiveFifo()
797 (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.1.0/include/nitro/wm/common/
Dwm.h1115 WMCallbackFunc portCallbackTable[WM_NUM_OF_PORT]; // 16*4 = 64 bytes member