Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/wm/ARM9/src/
Dwm_system.c28 #define WM_BUF_MSG_NUM 10 macro
36 static u32 fifoBuf[WM_BUF_MSG_NUM][WM_FIFO_BUF_SIZE / sizeof(u32)] ATTRIBUTE_ALIGN(32);
38 static OSMessage bufMsg[WM_BUF_MSG_NUM]; // Request queue buffer for WM7
232 OS_InitMessageQueue(&bufMsgQ, bufMsg, WM_BUF_MSG_NUM); in WmInitCore()
233 for (i = 0; i < WM_BUF_MSG_NUM; i++) in WmInitCore()