GD32F1x0: USB_DFU_Core_Exported_Defines

GD32F1x0

USB_DFU_Core_Exported_Defines

Macros

#define USB_DFU_CONFIG_DESC_SIZE   (18 + (9 * USBD_ITF_MAX_NUM))
 
#define USB_DFU_DESC_SIZE   9
 
#define DFU_DESC_TYPE   0x21
 
#define Manifest_complete   0x00
 
#define Manifest_In_Progress   0x01
 
#define GET_COMMANDS   0x00
 
#define SET_ADDRESS_POINTER   0x21
 
#define ERASE   0x41
 
#define CMD_ERASE   0
 
#define CMD_WRITE   1
 
#define DFU_DETACH_MASK   (uint8_t)(0x10)
 

Detailed Description

Generated by   doxygen 1.8.10