Searched refs:restBits (Results 1 – 2 of 2) sorted by relevance
197 u32 restBits; in DoMPCommunication() local208 result = MPSend( frameData, sizeof(u32), 0xfffe, MY_PORT, &restBits ); in DoMPCommunication()212 if( restBits == 0 ) in DoMPCommunication()
197 u32 restBits = 0; in main() local213 …result = MPSendAsync ( frameData, sizeof(u32), 0xfffe, MY_PORT, &restBits, SendAsyncCallbackFuncti… in main()225 if( restBits == 0 ) in main()