Home
last modified time | relevance | path

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

/RevoEX-2.4-CW4W/build/demos/mpdsdemo/src/
Dmpdssimple.c224 u32 counter2 = 0; in DoMPCommunication() local
257 frameData[2] = MPHToMP16((u16)(counter2 >> 16)); in DoMPCommunication()
258 frameData[3] = MPHToMP16((u16)(counter2 & 0xffff)); in DoMPCommunication()
261 counter2++; in DoMPCommunication()
373 REXDEMOPrintf(4, 30, 0, "Send: %08X-%08X", counter1, counter2); in DoMPCommunication()