GD32F1x0: USB_CustomHID_Class_Exported_Defines

GD32F1x0

USB_CustomHID_Class_Exported_Defines

Macros

#define USB_CUSTOMHID_DESC_SIZE   9
 
#define CUSTOMHID_REPORT_DESC_SIZE   95
 
#define CUSTOMHID_CONFIG_DESC_SIZE   41
 
#define CUSTOMHID_DESC_TYPE   0x21
 
#define CUSTOMHID_REPORT_DESCTYPE   0x22
 
#define GET_REPORT   0x01
 
#define GET_IDLE   0x02
 
#define GET_PROTOCOL   0x03
 
#define SET_REPORT   0x09
 
#define SET_IDLE   0x0A
 
#define SET_PROTOCOL   0x0B
 
#define USB_CUSTOMHID_DESC_SIZE   9
 
#define CUSTOMHID_REPORT_DESC_SIZE   35
 
#define CUSTOMHID_CONFIG_DESC_SIZE   41
 
#define CUSTOMHID_DESC_TYPE   0x21
 
#define CUSTOMHID_REPORT_DESCTYPE   0x22
 
#define GET_REPORT   0x01
 
#define GET_IDLE   0x02
 
#define GET_PROTOCOL   0x03
 
#define SET_REPORT   0x09
 
#define SET_IDLE   0x0A
 
#define SET_PROTOCOL   0x0B
 
#define IAP_OPTION_BYTE   0x01
 
#define IAP_ERASE   0x02
 
#define IAP_DNLOAD   0x03
 
#define IAP_LEAVE   0x04
 
#define IAP_GETBIN_ADDRESS   0x05
 

Typedefs

typedef void(* pAppFunction) (void)
 

Detailed Description

Generated by   doxygen 1.8.10