Home
last modified time | relevance | path

Searched refs:MY_PORT (Results 1 – 3 of 3) sorted by relevance

/RevoEX-2.1/build/demos/mpfsdemo/src/
Dfsserver.c51 #define MY_PORT 5 macro
95 MPSetPortConfig(config, MY_PORT, MPFSPortCallback, MP_PRIORITY_LOW); in ExecuteWireless()
/RevoEX-2.1/build/demos/mpdemo/src/
Dmpsimple.c106 #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()
DmpsimpleAsync.c109 #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()