STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
Eclipse_WS2
STM32F769IDiscovery
Middlewares
ST
STM32_USB_Device_Library
Class
AUDIO
Inc
usbd_main.h
Go to the documentation of this file.
1
/*
2
* usbd_main.h
3
*
4
* Created on: May 27, 2016
5
* Author: Torsten
6
*/
7
8
#ifndef ST_STM32_USB_DEVICE_LIBRARY_CLASS_AUDIO_INC_USBD_MAIN_H_
9
#define ST_STM32_USB_DEVICE_LIBRARY_CLASS_AUDIO_INC_USBD_MAIN_H_
10
11
extern
void
USB_Interface
(
int
mode);
12
extern
void
USB_InterfaceDeinit
(
void
);
13
extern
void
USB_ClearBuffer
(
void
);
14
15
#endif
/* ST_STM32_USB_DEVICE_LIBRARY_CLASS_AUDIO_INC_USBD_MAIN_H_ */
USB_Interface
void USB_Interface(int mode)
Definition:
usbd_main.c:15
USB_InterfaceDeinit
void USB_InterfaceDeinit(void)
Definition:
usbd_main.c:43
USB_ClearBuffer
void USB_ClearBuffer(void)
Definition:
usbd_main.c:53
Generated by
1.8.11