STSW-STLKT01: Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc_if_template.h Source File

STSW-STLKT01

usbd_cdc_if_template.h
Go to the documentation of this file.
1 
28 /* Define to prevent recursive inclusion -------------------------------------*/
29 #ifndef __USBD_CDC_IF_TEMPLATE_H
30 #define __USBD_CDC_IF_TEMPLATE_H
31 
32 #ifdef __cplusplus
33  extern "C" {
34 #endif
35 
36 /* Includes ------------------------------------------------------------------*/
37 #include "usbd_cdc.h"
38 
39 /* Exported types ------------------------------------------------------------*/
40 /* Exported constants --------------------------------------------------------*/
41 
42 extern USBD_CDC_ItfTypeDef USBD_CDC_Template_fops;
43 
44 /* Exported macro ------------------------------------------------------------*/
45 /* Exported functions ------------------------------------------------------- */
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif /* __USBD_CDC_IF_TEMPLATE_H */
52 
53 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
header file for the usbd_cdc.c file.
Generated by   doxygen 1.8.13