Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/wm/ARM9/src/
Dwm_system.c37 static OSMessageQueue bufMsgQ; // Request queue for WM7 variable
232 OS_InitMessageQueue(&bufMsgQ, bufMsg, WM_BUF_MSG_NUM); in WmInitCore()
238 (void)OS_SendMessage(&bufMsgQ, fifoBuf[i], OS_MESSAGE_BLOCK); in WmInitCore()
318 if (FALSE == OS_ReceiveMessage(&bufMsgQ, (OSMessage *)&tmpAddr, OS_MESSAGE_NOBLOCK)) in WmGetCommandBuffer4Arm7()
328 (void)OS_JamMessage(&bufMsgQ, tmpAddr, OS_MESSAGE_BLOCK); in WmGetCommandBuffer4Arm7()
381 (void)OS_SendMessage(&bufMsgQ, tmpAddr, OS_MESSAGE_BLOCK); in WMi_SendCommand()
426 (void)OS_SendMessage(&bufMsgQ, tmpAddr, OS_MESSAGE_BLOCK); in WMi_SendCommandDirect()