12 #ifndef __GD32F1X0_USBD_USER_H
13 #define __GD32F1X0_USBD_USER_H
38 void USBD_USER_DeviceInit (
void);
39 void USBD_USER_DeviceReset (uint8_t USBSpeed);
40 void USBD_USER_DeviceConfigured (
void);
41 void USBD_USER_DeviceSuspended (
void);
42 void USBD_USER_DeviceResumed (
void);
USB user callback type define.
USB device core function protoype.