MG32F10x Standard Peripherals Firmware Library
usbd_cdc.h
1 /* Define to prevent recursive inclusion -------------------------------------*/
2 #ifndef __USBD_CDC_H
3 #define __USBD_CDC_H
4 
5 #ifdef __cplusplus
6  extern "C" {
7 #endif
8 
9 /* Includes ------------------------------------------------------------------*/
10 #include <stdint.h>
11 #include "usb_cdc_def.h"
12 
13 /* Exported types ------------------------------------------------------------*/
14 /* Exported constants --------------------------------------------------------*/
15 /* Exported macro ------------------------------------------------------------*/
16 /* Exported functions --------------------------------------------------------*/
17 
18 UsbdControlStage USBD_EndPoint0_Setup_CDC_Req(void);
19 UsbdControlStage USBD_EndPoint0_Out_CDC_Req(void);
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* __USBD_CDC_H */