Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/src/MsgPrint/
DMsgPrint.c82 static u32 NumMsgs = 0; variable
126 for ( i = 0 ; i < NumMsgs ; ++i ) in main()
134 for ( i = 0 ; i < NumMsgs ; ++i ) in main()
161 err = NWC24GetNumMsgs(mBoxId, &NumMsgs); in GetIdList()
168 if ( NumMsgs == 0 ) in GetIdList()
182 bufSize = OSRoundUp32B(NumMsgs * sizeof(u32)); in GetIdList()
184 err = NWC24GetMsgIdList(mBoxId, IdListBuf, NumMsgs); in GetIdList()
199 if ( NumMsgs == 0 || IdListBuf == 0 ) in ReleaseIdList()