GD32F10x USB-Device: E:/USB Libraries/GD32_USB_Device_Library/Core/inc/usbd_user.h Source File

GD32F103 Firmware

usbd_user.h
Go to the documentation of this file.
1 
11 /* Define to prevent recursive inclusion -------------------------------------*/
12 #ifndef __GD32F10X_USBD_USER_H
13 #define __GD32F10X_USBD_USER_H
14 
15 /* Includes ------------------------------------------------------------------*/
16 #include "usbd_core.h"
17 
18 /* Exported variables --------------------------------------------------------*/
19 extern USBD_User_cb_TypeDef USER_cb;
20 
36 void USBD_USER_DeviceInit (void);
37 void USBD_USER_DeviceReset (uint8_t USBSpeed);
38 void USBD_USER_DeviceConfigured (void);
39 void USBD_USER_DeviceSuspended (void);
40 void USBD_USER_DeviceResumed (void);
41 
46 #endif /*__GD32F10X_USBD_USER_H*/
47 
60 /************************ (C) COPYRIGHT 2014 GIGADEVICE *****END OF FILE****/
USB user callback type define.
Definition: usb_core.h:174
USB device core function protoype.
Generated on Fri Feb 6 2015 14:56:35 for GD32F10x USB-Device by   doxygen 1.8.8