STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
usbd_template.h
Go to the documentation of this file.
1 
28 /* Define to prevent recursive inclusion -------------------------------------*/
29 #ifndef __USB_TEMPLATE_CORE_H
30 #define __USB_TEMPLATE_CORE_H
31 
32 #ifdef __cplusplus
33  extern "C" {
34 #endif
35 
36 /* Includes ------------------------------------------------------------------*/
37 #include "usbd_ioreq.h"
38 
52 #define TEMPLATE_EPIN_ADDR 0x81
53 #define TEMPLATE_EPIN_SIZE 0x10
54 
55 #define USB_TEMPLATE_CONFIG_DESC_SIZ 64
56 
96 #ifdef __cplusplus
97 }
98 #endif
99 
100 #endif /* __USB_TEMPLATE_CORE_H */
101 
109 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
USBD_ClassTypeDef USBD_TEMPLATE_ClassDriver
Header file for the usbd_ioreq.c file.