STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros | Variables

Macros

#define USBD_AUDIO_CLASS   &USBD_AUDIO
 
#define USBD_CDC_CLASS   &USBD_CDC
 
#define USBD_CUSTOM_HID_CLASS   &USBD_CUSTOM_HID
 
#define USBD_DFU_CLASS   &USBD_DFU
 
#define USBD_HID_CLASS   &USBD_HID
 
#define USBD_SOF   USBD_LL_SOF
 

Variables

USBD_ClassTypeDef USBD_AUDIO
 
USBD_ClassTypeDef USBD_CDC
 
USBD_ClassTypeDef USBD_CUSTOM_HID
 
USBD_ClassTypeDef USBD_DFU
 
USBD_ClassTypeDef USBD_HID
 
USBD_ClassTypeDef USBD_TEMPLATE_ClassDriver
 

Detailed Description

Macro Definition Documentation

#define USBD_AUDIO_CLASS   &USBD_AUDIO

Definition at line 189 of file usbd_audio.h.

#define USBD_CDC_CLASS   &USBD_CDC

Definition at line 141 of file usbd_cdc.h.

#define USBD_CUSTOM_HID_CLASS   &USBD_CUSTOM_HID

Definition at line 126 of file usbd_customhid.h.

#define USBD_DFU_CLASS   &USBD_DFU

Definition at line 208 of file usbd_dfu.h.

#define USBD_HID_CLASS   &USBD_HID

Definition at line 117 of file usbd_hid.h.

#define USBD_SOF   USBD_LL_SOF

Definition at line 83 of file usbd_core.h.

Variable Documentation

USBD_ClassTypeDef USBD_AUDIO

Definition at line 155 of file usbd_audio.c.

Definition at line 159 of file usbd_cdc.c.

USBD_ClassTypeDef USBD_CUSTOM_HID

Definition at line 117 of file usbd_customhid.c.

Definition at line 167 of file usbd_dfu.c.

Definition at line 119 of file usbd_hid.c.

USBD_ClassTypeDef USBD_TEMPLATE_ClassDriver

IAR Compiler

Definition at line 130 of file usbd_template.c.