Searched refs:frameData (Results 1 – 3 of 3) sorted by relevance
| /RevoEX-3.1/build/demos/mpdsdemo/src/ |
| D | mpdssimple.c | 222 static u16 frameData[MY_DS_LENGTH/sizeof(u16)]; in DoMPCommunication() local 255 frameData[0] = MPHToMP16((u16)(counter1 >> 16)); in DoMPCommunication() 256 frameData[1] = MPHToMP16((u16)(counter1 & 0xffff)); in DoMPCommunication() 257 frameData[2] = MPHToMP16((u16)(counter2 >> 16)); in DoMPCommunication() 258 frameData[3] = MPHToMP16((u16)(counter2 & 0xffff)); in DoMPCommunication() 269 result = MPDSTryStep( &sDSContext, frameData, &recvDataSet ); in DoMPCommunication()
|
| /RevoEX-3.1/build/demos/mpdemo/src/ |
| D | mpsimpleAsync.c | 194 static u32 frameData[512/sizeof(u32)] ATTRIBUTE_ALIGN(32); in main() local 198 frameData[0] = MPHToMP32(count); in main() 211 frameData[0] = MPHToMP32(count); in main() 213 …result = MPSendAsync ( frameData, sizeof(u32), 0xfffe, MY_PORT, &restBits, SendAsyncCallbackFuncti… in main()
|
| D | mpsimple.c | 192 static u32 frameData[512/sizeof(u32)] ATTRIBUTE_ALIGN(32); in DoMPCommunication() local 206 frameData[0] = MPHToMP32(count); in DoMPCommunication() 208 result = MPSend( frameData, sizeof(u32), 0xfffe, MY_PORT, &restBits ); in DoMPCommunication()
|