Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/wm/common/
Dwm.h153 #define WM_NUM_OF_PORT 16 // Number of ports macro
1115 WMCallbackFunc portCallbackTable[WM_NUM_OF_PORT]; // 16*4 = 64 bytes
1116 void *portCallbackArgument[WM_NUM_OF_PORT]; // 16*4 = 64 bytes
1123 (20 + 4 + 4 * WM_NUM_OF_CALLBACK + 4 + (4 + 4) * WM_NUM_OF_PORT + 6)];
/TwlSDK-5.4/build/libraries/wm/ARM9/src/
Dwm_ds.c78 if (port >= WM_NUM_OF_PORT) in WM_StartDataSharing()
80 WM_WARNING("Parameter \"port\" must be less than %d.\n", WM_NUM_OF_PORT); in WM_StartDataSharing()
Dwm_sync.c77 if (port >= WM_NUM_OF_PORT) in WM_SetPortCallback()
Dwm_system.c221 for (i = 0; i < WM_NUM_OF_PORT; i++) in WmInitCore()
803 for (iPort = 0; iPort < WM_NUM_OF_PORT; iPort++) in WmReceiveFifo()