STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions | Variables
usbd_main.c File Reference
#include "main.h"

Go to the source code of this file.

Functions

void USB_Interface (int mode)
 
void USB_InterfaceDeinit (void)
 
void USB_ClearBuffer (void)
 

Variables

USBD_HandleTypeDef USBD_Device
 
int gUSBInterface = 0
 
int gUSBrunning
 

Function Documentation

void USB_ClearBuffer ( void  )

Definition at line 53 of file usbd_main.c.

void USB_Interface ( int  mode)

Definition at line 15 of file usbd_main.c.

void USB_InterfaceDeinit ( void  )

Definition at line 43 of file usbd_main.c.

Variable Documentation

int gUSBInterface = 0

Definition at line 12 of file usbd_main.c.

int gUSBrunning

Definition at line 13 of file usbd_main.c.

USBD_HandleTypeDef USBD_Device

Definition at line 10 of file usbd_main.c.