Home
last modified time | relevance | path

Searched refs:type (Results 1 – 7 of 7) sorted by relevance

/RevoEX-2.4/build/demos/mpdemo/src/
Dmpsimple.c96 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
273 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction() argument
283 switch( type ) in PortCallbackFunction()
320 OSReport( "PortCallback: Unknown Type: %d\n", type ); in PortCallbackFunction()
DmpsimpleAsync.c98 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
307 void PortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in PortCallbackFunction() argument
317 switch( type ) in PortCallbackFunction()
354 OSReport( "PortCallback: Unknown Type: %d\n", type ); in PortCallbackFunction()
/RevoEX-2.4/build/demos/nwc24demo/include/
DFLViewer.h52 u32 type; member
DMsgViewer.h96 NWC24MsgType type; member
/RevoEX-2.4/build/demos/mpdsdemo/src/
Dmpdsmodel.c208 static void DataSharingCallback( s32 type, MPPortCallbackInfo* info );
209 static void IndicationCallback( s32 type, MPIndicationInfo* info );
1085 void DataSharingCallback( s32 type, MPPortCallbackInfo* info ) in DataSharingCallback() argument
1101 switch ( type ) in DataSharingCallback()
1138 void IndicationCallback( s32 type, MPIndicationInfo* info ) in IndicationCallback() argument
1151 switch ( type ) in IndicationCallback()
Dmpdssimple.c89 static void PortCallbackFunction( s32 type, MPPortCallbackInfo* info );
/RevoEX-2.4/build/demos/mpdldemo/src/
Dmpdlntr2rvl.c161 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info );
725 void DataSharingPortCallbackFunction( s32 type, MPPortCallbackInfo* info ) in DataSharingPortCallbackFunction() argument
727 switch( type ) in DataSharingPortCallbackFunction()
759 OSReport( "PortCallback: Unknown Type: %d\n", type ); in DataSharingPortCallbackFunction()