Searched refs:config (Results 1 – 5 of 5) sorted by relevance
| /RevoEX-2.4/build/demos/mpfsdemo/src/ |
| D | fsserver.c | 87 MPConfig *config = &mpConfig; in ExecuteWireless() local 90 MPFSInit(config, heap, program); in ExecuteWireless() 91 config->alloc = alloc; in ExecuteWireless() 92 config->free = free; in ExecuteWireless() 95 MPSetPortConfig(config, MY_PORT, MPFSPortCallback, MP_PRIORITY_LOW); in ExecuteWireless() 96 (void)MPStartup(config); in ExecuteWireless()
|
| D | download.c | 82 MPDLConfig * const config = &mpdlConfig; in ExecuteDownload() local 84 config->alloc = alloc; in ExecuteDownload() 85 config->free = free; in ExecuteDownload() 86 config->programImage = (void*)program; in ExecuteDownload() 89 if ( MPDLStartup( config ) != MP_RESULT_OK ) in ExecuteDownload() 107 const u32 full_entry = (u32)(((1 << config->programMaxEntry) - 1) & ~1); in ExecuteDownload() 218 else if (i < config->programMaxEntry) in ExecuteDownload()
|
| /RevoEX-2.4/build/demos/mpdemo/src/ |
| D | mpsimple.c | 109 static MPConfig config = variable 182 MPSetPortConfig( &config, MY_PORT, PortCallbackFunction, MP_PRIORITY_NORMAL ); in DoMPCommunication() 184 result = MPStartup( &config ); in DoMPCommunication()
|
| D | mpsimpleAsync.c | 112 static MPConfig config = variable 184 MPSetPortConfig( &config, MY_PORT, PortCallbackFunction, MP_PRIORITY_NORMAL ); in main() 186 result = MPStartup( &config ); in main()
|
| /RevoEX-2.4/build/demos/mpdldemo/src/ |
| D | mpdlntr2rvl.c | 127 static MPConfig config = variable 502 result = MPDSSetupPortConfig( &mpdsContext, &config ); in DoPadSharing() 509 result = MPStartup( &config ); in DoPadSharing()
|