GD32F1x0: USB_DFU_Core_Private_Variables

GD32F1x0

USB_DFU_Core_Private_Variables

Variables

const uint8_t * USBD_DFU_StringDesc []
 
uint8_t MAL_Buffer []
 
uint8_t DeviceStatus [6]
 
uint8_t Manifest_State = Manifest_complete
 
USBD_Class_cb_TypeDef USBD_DFU_cb
 
const uint8_t USBD_DFU_CfgDesc [USB_DFU_CONFIG_DESC_SIZE]
 

Detailed Description

Variable Documentation

uint8_t DeviceStatus[6]
Initial value:
=
{
STATUS_OK,
0x00,
0x00,
0x00,
STATE_dfuIDLE,
0x00
}

Definition at line 59 of file usbd_dfu_core.c.

USBD_Class_cb_TypeDef USBD_DFU_cb
Initial value:
=
{
USBD_DFU_Init,
USBD_DFU_DeInit,
USBD_DFU_GetClassDescriptor,
USBD_DFU_ClassReqHandle,
USBD_DFU_GetInterface,
USBD_DFU_SetInterface,
USBD_DFU_EP0_TxSent,
USBD_DFU_EP0_RxReady,
NULL,
NULL,
NULL,
USBD_DFU_GetCfgDesc,
USBD_DFU_GetUsrStringDesc,
}

Definition at line 78 of file usbd_dfu_core.c.

Generated by   doxygen 1.8.10