Lines Matching refs:UINT8

100 typedef unsigned char   UINT8;     // 1 byte
116 #define BOOLEAN UINT8
119 #define INT8U UINT8
122 extern void USB_Write_REG32_Port3(UINT8 addr,UINT32 val);
281 …e) (mwHost20Port_Port3(0x011)=(mwHost20Port_Port3(0x011)&0xFC)|(( (UINT8) bValue )<<8) ) /…
296 …e) (mwHost20Port_wr_Port3(0x10, (mwHost20Port_Port3(0x10)&0xF3)|(((UINT8)(bValue))<<2)) ) /…
644 UINT8 bStructureEnable; //Enable = 0x66 Disable=>Others
645 UINT8 bInterruptThreshod; //01,02,04,08,10,20,40
646 UINT8 bAsynchronousParkMode; //00=>Disable,01=>Enable
647 UINT8 bAsynchronousParkModeCounter; //01,02,03
648 UINT8 bFrameSize; //00,01,02
663 UINT8 bDEVICE_LENGTH; // bLength
664 UINT8 bDT_DEVICE; // bDescriptorType
665 UINT8 bVerLowByte; // bcdUSB
666 UINT8 bVerHighByte;
668 UINT8 bDeviceClass; // bDeviceClass
669 UINT8 bDeviceSubClass; // bDeviceSubClas;
670 UINT8 bDeviceProtocol; // bDeviceProtocol
671 UINT8 bEP0MAXPACKETSIZE; // bMaxPacketSize0
673 UINT8 bVIDLowByte; // idVendor
674 UINT8 bVIDHighByte;
675 UINT8 bPIDLowByte; // idProduct
676 UINT8 bPIDHighByte;
677 UINT8 bRNumLowByte; // bcdDeviceReleaseNumber
678 UINT8 bRNumHighByte;
680 UINT8 bManufacturer; // iManufacturer
681 UINT8 bProduct; // iProduct
682 UINT8 bSerialNumber; // iSerialNumber
683 UINT8 bCONFIGURATION_NUMBER; // bNumConfigurations
704 UINT8 bED_OTG_Length;
705 UINT8 bED_OTG_bDescriptorType;
706 UINT8 bED_OTG_bAttributes;
714 UINT8 bED_Length;
715 UINT8 bED_bDescriptorType;
716 UINT8 bED_EndpointAddress;
717 UINT8 bED_bmAttributes;
718 UINT8 bED_wMaxPacketSizeLowByte;
719 UINT8 bED_wMaxPacketSizeHighByte;
720 UINT8 bED_Interval;
728 UINT8 bClass_LENGTH;
729 UINT8 bClaNumberss;
730 UINT8 bClassVerLowByte;
731 UINT8 bClassVerHighByte;
732 UINT8 bCityNumber;
733 UINT8 bFollowDescriptorNum;
734 UINT8 bReport;
735 UINT8 bLengthLowByte;
736 UINT8 bLengthHighByte;
749 UINT8 bINTERFACE_LENGTH; // bLength
750 UINT8 bDT_INTERFACE; // bDescriptorType INTERFACE
751 UINT8 bInterfaceNumber; // bInterfaceNumber
752 UINT8 bAlternateSetting; // bAlternateSetting
753 UINT8 bEP_NUMBER; // bNumEndpoints(excluding endpoint zero)
754 UINT8 bInterfaceClass; // bInterfaceClass
755 UINT8 bInterfaceSubClass; // bInterfaceSubClass
756 UINT8 bInterfaceProtocol; // bInterfaceProtocol
757 UINT8 bInterface; // iInterface
771 UINT8 bCONFIG_LENGTH; // bLength
772 UINT8 bDT_CONFIGURATION; // bDescriptorType CONFIGURATION
773 UINT8 bTotalLengthLowByte; // wTotalLength, include all descriptors
774 UINT8 bTotalLengthHighByte;
775 UINT8 bINTERFACE_NUMBER; // bNumInterface
776 UINT8 bConfigurationValue; // bConfigurationValue
777 UINT8 bConfiguration; // iConfiguration
778 UINT8 bAttribute; // bmAttribute
779 UINT8 bMaxPower; // iMaxPower (2mA units)
799 UINT8 bAdd;
807 UINT8 bSendStatusError;
818 UINT8 bStringLanguage[10];
819 UINT8 bStringManufacture[64];
820 UINT8 bStringProduct[64];
835 UINT8 bmRequestType; //(In/Out),(Standard...),(Device/Interface...)
836 UINT8 bRequest; //GetStatus .....
837 UINT8 wValueLow; //Byte2
838 UINT8 wValueHigh; //Byte3
839 UINT8 wIndexLow; //Byte4
840 UINT8 wIndexHigh; //Byte5
841 UINT8 wLengthLow; //Byte6
842 UINT8 wLengthHigh; //Byte7
879 extern BOOLEAN flib_OTGH_Init_Port3(UINT8 wForDevice_B);
885 extern UINT8 flib_Host20_PortBusReset_Port3(void);
887 …extern UINT8 flib_Host20_Issue_Control_Port3 (UINT8 bEdNum,UINT8* pbCmd,UINT16 hwDataSize,UINT8* p…
888 …extern UINT8 flib_Host20_Issue_Bulk_Port3(UINT8 bArrayListNum,UINT16 hwSize,UINT32,UINT8 bDirecti…
889 extern UINT8 flib_Host20_Enumerate_Port3 (UINT8 bNormalEnumerate,UINT8 bAddress);
890 extern UINT8 _flib_Host20_Enumerate_Port3 (UINT8 bNormalEnumerate,UINT8 bAddress);
891 extern UINT8 flib_Host20_Issue_Control_CBI_Port3 (UINT8* pbCmd,UINT16 hwDataSize,UINT8* pbData);
899 extern qTD_Structure *flib_Host20_GetStructure_Port3(UINT8 Type);
902 …extern UINT8 flib_Host20_Send_qTD_Port3(qTD_Structure *spHeadqTD ,qHD_Structure *spTempqHD,U16 wTi…
903 …_Host20_Allocate_QHD_Port3(qHD_Structure *psQHTemp,UINT8 bNextType,UINT8 bAddress,UINT8 bHead,UIN…
905 …extern UINT8 flib_Host20_Issue_Control_Turbo_Port3 (UINT8 bEdNum,UINT8* pbCmd,UINT32 wDataSize,UIN…
906 …ommand_Request_Port3(Host20_Control_Command_Structure *pbCMD,UINT8 bmRequestType_Temp,UINT8 bReque…
907 extern void flib_DumpString_Port3 (UINT8 *pbTemp,UINT8 bSize);
908 extern void flib_Host20_Interrupt_Init_Port3(UINT8 bAddr);
914 extern UINT8 flib_OTGH_Checking_RemoteWakeUp_Port3(void);
915 extern UINT8 flib_OTGH_RemoteWakeEnable_Port3(void);
916 extern void flib_Host20_StopRun_Setting_Port3(UINT8 bOption);
918 extern void flib_Host20_Periodic_Setting_Port3(UINT8 bOption);
928 qTD_Structure *GetPointer_Port3(UINT8* ptr);
929 void SetPointer_Port3( UINT8 *ptr, UINT32 val);
943 extern code UINT8 OTGH_GETDESCRIPTOR_DEVICE_PORT3[];
944 extern code UINT8 OTGH_GETDESCRIPTOR_CONFIG_PORT3[];
945 extern code UINT8 OTGH_SETADDRESS_PORT3[];
946 extern code UINT8 OTGH_SETCONFIGURATION_PORT3[];
947 extern code UINT8 OTGH_GETDESCRIPTOR_OTG[];
948 extern code UINT8 OTGH_SET_FEATURE_OTG[];
949 extern code UINT8 OTGH_SETDESCRIPTOR_DEVICE[];
950 extern code UINT8 OTGH_GETDESCRIPTOR_STR70[];
951 extern code UINT8 OTGH_SETDESCRIPTOR_STR70[];
952 extern code UINT8 OTGH_GETDESCRIPTOR_STR80[];
953 extern code UINT8 OTGH_SETDESCRIPTOR_STR80[];
954 extern code UINT8 waIntervalMap[];
963 extern UINT8 Host20_qTD_Manage_Port3[Host20_qTD_MAX]; //1=>Free 2=>used