STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
usbd_audio_if.h
Go to the documentation of this file.
1 
28 /* Define to prevent recursive inclusion -------------------------------------*/
29 #ifndef __USBD_AUDIO_IF_H
30 #define __USBD_AUDIO_IF_H
31 
32 /* Includes ------------------------------------------------------------------*/
33 #include "usbd_audio.h"
34 
35 /* Exported types ------------------------------------------------------------*/
36 /* Exported constants --------------------------------------------------------*/
38 
39 /* Exported macro ------------------------------------------------------------*/
40 /* Exported functions ------------------------------------------------------- */
41 
43 
44 extern void USB_Interface(int mode);
45 extern void USB_InterfaceDeinit(void);
46 extern void USB_ClearBuffer(void);
47 
48 #endif /* __USBD_AUDIO_IF_H */
49 
50 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
void USB_ClearBuffer(void)
Definition: usbd_main.c:53
USBD_AUDIO_ItfTypeDef USBD_AUDIO_fops
Definition: usbd_audio_if.c:46
void USB_Interface(int mode)
Definition: usbd_main.c:15
void USB_InterfaceDeinit(void)
Definition: usbd_main.c:43
header file for the usbd_audio.c file.
USBD_HandleTypeDef USBD_Device
Definition: usbd_main.c:10