Searched refs:MY_PORT (Results 1 – 3 of 3) sorted by relevance
| /RevoEX-2.1/build/demos/mpfsdemo/src/ |
| D | fsserver.c | 51 #define MY_PORT 5 macro 95 MPSetPortConfig(config, MY_PORT, MPFSPortCallback, MP_PRIORITY_LOW); in ExecuteWireless()
|
| /RevoEX-2.1/build/demos/mpdemo/src/ |
| D | mpsimple.c | 106 #define MY_PORT 4 macro 182 MPSetPortConfig( &config, MY_PORT, PortCallbackFunction, MP_PRIORITY_NORMAL ); in DoMPCommunication() 208 result = MPSend( frameData, sizeof(u32), 0xfffe, MY_PORT, &restBits ); in DoMPCommunication()
|
| D | mpsimpleAsync.c | 109 #define MY_PORT 4 macro 184 MPSetPortConfig( &config, MY_PORT, PortCallbackFunction, MP_PRIORITY_NORMAL ); in main() 213 …result = MPSendAsync ( frameData, sizeof(u32), 0xfffe, MY_PORT, &restBits, SendAsyncCallbackFuncti… in main()
|