Home
last modified time | relevance | path

Searched refs:mpconfig (Results 1 – 2 of 2) sorted by relevance

/RevoEX-3.1/include/revolution/
Dmpds.h140 MPDSSetupPortConfig( const MPDSContext* context, MPConfig* mpconfig );
/RevoEX-3.1/build/libraries/mpds/src/
Dmpdssystem.c242 MPDSSetupPortConfig( const MPDSContext* context, MPConfig* mpconfig ) in MPDSSetupPortConfig() argument
245 if (context == NULL || mpconfig == NULL) in MPDSSetupPortConfig()
253 …MPSetPortConfigEx( mpconfig, context->config.port, ReceiveCallback_Parent, context->config.priorit… in MPDSSetupPortConfig()
258 …MPSetPortConfigEx( mpconfig, context->config.port, ReceiveCallback_Child, context->config.priority… in MPDSSetupPortConfig()