STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
usbh_template.h
Go to the documentation of this file.
1 
28 /* Define to prevent recursive ----------------------------------------------*/
29 #ifndef __USBH_TEMPLATE_H
30 #define __USBH_TEMPLATE_H
31 
32 #ifdef __cplusplus
33  extern "C" {
34 #endif
35 
36 /* Includes ------------------------------------------------------------------*/
37 #include "usbh_core.h"
38 
39 
66 /* States for TEMPLATE State Machine */
67 
68 
92 #define USBH_TEMPLATE_CLASS &TEMPLATE_Class
93 
107 #ifdef __cplusplus
108 }
109 #endif
110 
111 #endif /* __USBH_TEMPLATE_H */
112 
128 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
129 
USBH_ClassTypeDef TEMPLATE_Class
Definition: usbh_template.c:95
Header file for usbh_core.c.
USBH_StatusTypeDef USBH_TEMPLATE_Init(USBH_HandleTypeDef *phost)
USBH_TEMPLATE_Init The function Initialize the TEMPLATE function.
USBH_StatusTypeDef
Definition: usbh_def.h:302
USBH_StatusTypeDef USBH_TEMPLATE_IOProcess(USBH_HandleTypeDef *phost)
USBH_TEMPLATE_IOProcess TEMPLATE TEMPLATE process.