Searched refs:restBits (Results 1 – 3 of 3) sorted by relevance
| /RevoEX-3.1/build/demos/mpdemo/src/ |
| D | mpsimple.c | 197 u32 restBits; in DoMPCommunication() local 208 result = MPSend( frameData, sizeof(u32), 0xfffe, MY_PORT, &restBits ); in DoMPCommunication() 212 if( restBits == 0 ) in DoMPCommunication()
|
| D | mpsimpleAsync.c | 197 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()
|
| /RevoEX-3.1/include/revolution/ |
| D | mp.h | 388 u32 restBits; member 559 s32 MPSend( const void* data, u32 length, u32 aidBits, u32 port, u32* restBits ); 574 u32* restBits, MPCallback cb, void* userData );
|