Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/mpdemo/src/
Dmpsimple.c237 s32 linkLevel = MPGetLinkLevel(); in DoMPCommunication() local
238 REXDEMOPrintf(480, 400, 0, "Link Level: %d", (linkLevel >= 0) ? linkLevel : 0); in DoMPCommunication()
DmpsimpleAsync.c251 s32 linkLevel = MPGetLinkLevel(); in main() local
252 REXDEMOPrintf(480, 400, 0, "Link Level: %d", (linkLevel >= 0) ? linkLevel : 0); in main()
/RevoEX-2.3/build/demos/mpdsdemo/src/
Dmpdssimple.c368 s32 linkLevel = MPGetLinkLevel(); in DoMPCommunication() local
369 REXDEMOPrintf(480, 400, 0, "Link Level: %d", (linkLevel >= 0) ? linkLevel : 0); in DoMPCommunication()
Dmpdsmodel.c532 s32 linkLevel = MPGetLinkLevel(); in Draw() local
533 REXDEMOPrintf(480, 400, 0, "Link Level: %d", (linkLevel >= 0) ? linkLevel : 0); in Draw()