STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
usbd_audio_if_template.h
Go to the documentation of this file.
1 
28 /* Define to prevent recursive inclusion -------------------------------------*/
29 #ifndef __USBD_AUDIO_IF_TEMPLATE_H
30 #define __USBD_AUDIO_IF_TEMPLATE_H
31 
32 #ifdef __cplusplus
33  extern "C" {
34 #endif
35 
36 /* Includes ------------------------------------------------------------------*/
37 #include "usbd_audio.h"
38 
39 /* Exported types ------------------------------------------------------------*/
40 /* Exported constants --------------------------------------------------------*/
41 
43 
44 /* Exported macro ------------------------------------------------------------*/
45 /* Exported functions ------------------------------------------------------- */
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif /* __USBD_AUDIO_IF_TEMPLATE_H */
52 
53 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
USBD_AUDIO_ItfTypeDef USBD_AUDIO_Template_fops
header file for the usbd_audio.c file.