GD32F1x0: USB/GD32_USB_Device_Library/Core/inc/usbd_user.h Source File

GD32F1x0

usbd_user.h
Go to the documentation of this file.
1 
11 /* Define to prevent recursive inclusion -------------------------------------*/
12 #ifndef __GD32F1X0_USBD_USER_H
13 #define __GD32F1X0_USBD_USER_H
14 
15 /* Includes ------------------------------------------------------------------*/
16 #include "usbd_core.h"
17 
18 /* Exported variables --------------------------------------------------------*/
19 #ifdef USE_LCD_LOG
20 extern USBD_User_cb_TypeDef USER_cb;
21 #endif
22 
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);
43 
48 #endif /*__GD32F1X0_USBD_USER_H*/
49 
62 /************************ (C) COPYRIGHT 2014 GIGADEVICE *****END OF FILE****/
USB user callback type define.
Definition: usb_core.h:179
USB device core function protoype.
Generated by   doxygen 1.8.10