C MIP-SDK
|
00001 00002 // 00006 // 00008 // 00009 // External dependencies: 00010 // 00011 // 00012 // 00014 // 00017 // 00027 // 00029 00030 #ifndef _MIP_SDK_SYSTEM_H 00031 #define _MIP_SDK_SYSTEM_H 00032 00033 00035 // 00036 //Include Files 00037 // 00039 00040 #include "mip.h" 00041 #include "mip_sdk_interface.h" 00042 00044 // 00045 // Defines 00046 // 00049 00050 00052 // 00053 // Descriptor Set designator - used in the Desc Set field of the MIP header 00054 // 00056 00057 #define MIP_SYSTEM_COMMAND_SET 0x7F 00058 00059 00061 // BASE COMMAND DESCRIPTORS (command desc are < 0x80) 00063 00064 #define MIP_SYSTEM_CMD_COM_MODE 0x10 00065 00066 00068 // BASE REPLY DESCRIPTORS (reply desc are >= 0x80) 00070 00071 #define MIP_SYSTEM_REPLY_COM_MODE 0x90 00072 00073 00075 // 00076 // Structures 00077 // 00079 00080 00082 // 00083 // Function Prototypes 00084 // 00086 00087 u16 mip_system_com_mode(mip_interface *device_interface, u8 function_selector, u8 *com_mode); 00088 00089 00090 #endif