Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/wm/ARM9/src/
Dwm_system.c37 static OSMessageQueue bufMsgQ; // Request queue for WM7 variable
220 OS_InitMessageQueue(&bufMsgQ, bufMsg, WM_BUF_MSG_NUM); in WmInitCore()
226 (void)OS_SendMessage(&bufMsgQ, fifoBuf[i], OS_MESSAGE_BLOCK); in WmInitCore()
306 if (FALSE == OS_ReceiveMessage(&bufMsgQ, (OSMessage *)&tmpAddr, OS_MESSAGE_NOBLOCK)) in WmGetCommandBuffer4Arm7()
316 (void)OS_JamMessage(&bufMsgQ, tmpAddr, OS_MESSAGE_BLOCK); in WmGetCommandBuffer4Arm7()
369 (void)OS_SendMessage(&bufMsgQ, tmpAddr, OS_MESSAGE_BLOCK); in WMi_SendCommand()
414 (void)OS_SendMessage(&bufMsgQ, tmpAddr, OS_MESSAGE_BLOCK); in WMi_SendCommandDirect()