Home
last modified time | relevance | path

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

/RevoEX-2.4-CW4W/build/demos/mpdemo/src/
Dmpsimple.c197 u32 restBits; in DoMPCommunication() local
208 result = MPSend( frameData, sizeof(u32), 0xfffe, MY_PORT, &restBits ); in DoMPCommunication()
212 if( restBits == 0 ) in DoMPCommunication()
DmpsimpleAsync.c197 u32 restBits = 0; in main() local
213 …result = MPSendAsync ( frameData, sizeof(u32), 0xfffe, MY_PORT, &restBits, SendAsyncCallbackFuncti… in main()
225 if( restBits == 0 ) in main()