Home
last modified time | relevance | path

Searched refs:MPSetPortConfig (Results 1 – 4 of 4) sorted by relevance

/RevoEX-3.1/build/demos/mpfsdemo/src/
Dfsserver.c95 MPSetPortConfig(config, MY_PORT, MPFSPortCallback, MP_PRIORITY_LOW); in ExecuteWireless()
/RevoEX-3.1/build/demos/mpdemo/src/
Dmpsimple.c182 MPSetPortConfig( &config, MY_PORT, PortCallbackFunction, MP_PRIORITY_NORMAL ); in DoMPCommunication()
DmpsimpleAsync.c184 MPSetPortConfig( &config, MY_PORT, PortCallbackFunction, MP_PRIORITY_NORMAL ); in main()
/RevoEX-3.1/include/revolution/
Dmp.h720 static inline void MPSetPortConfig( MPConfig* config, u32 port, MPPortCallback callback, u32 prior… in MPSetPortConfig() function