Searched refs:WM_NUM_OF_CALLBACK (Results 1 – 2 of 2) sorted by relevance
1095 #define WM_NUM_OF_CALLBACK ( WM_APIID_ASYNC_KIND_MAX - 2 ) macro1111 WMCallbackFunc CallbackTable[WM_NUM_OF_CALLBACK]; // Callback table (42*4 = 168 bytes)1123 (20 + 4 + 4 * WM_NUM_OF_CALLBACK + 4 + (4 + 4) * WM_NUM_OF_PORT + 6)];
573 if (callback_p->apiid >= WM_NUM_OF_CALLBACK) in WmReceiveFifo()