Searched refs:WM_NUM_OF_PORT (Results 1 – 4 of 4) sorted by relevance
153 #define WM_NUM_OF_PORT 16 // Number of ports macro1115 WMCallbackFunc portCallbackTable[WM_NUM_OF_PORT]; // 16*4 = 64 bytes1116 void *portCallbackArgument[WM_NUM_OF_PORT]; // 16*4 = 64 bytes1123 (20 + 4 + 4 * WM_NUM_OF_CALLBACK + 4 + (4 + 4) * WM_NUM_OF_PORT + 6)];
78 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()
77 if (port >= WM_NUM_OF_PORT) in WM_SetPortCallback()
221 for (i = 0; i < WM_NUM_OF_PORT; i++) in WmInitCore()803 for (iPort = 0; iPort < WM_NUM_OF_PORT; iPort++) in WmReceiveFifo()