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

This file is the Header file for usbh_core.c. More...

Modules

 USBH_CORE_Exported_Defines
 
 USBH_CORE_Private_Defines
 
 USBH_CORE_Private_Macros
 
 USBH_CORE_Private_Variables
 
 USBH_CORE_Private_Functions
 

Macros

#define HOST_USER_SELECT_CONFIGURATION   1
 
#define HOST_USER_CLASS_ACTIVE   2
 
#define HOST_USER_CLASS_SELECTED   3
 
#define HOST_USER_CONNECTION   4
 
#define HOST_USER_DISCONNECTION   5
 
#define HOST_USER_UNRECOVERED_ERROR   6
 

Detailed Description

This file is the Header file for usbh_core.c.

This file handles the basic enumeration when a device is connected to the host.

Macro Definition Documentation

#define HOST_USER_CLASS_ACTIVE   2

Definition at line 65 of file usbh_core.h.

#define HOST_USER_CLASS_SELECTED   3

Definition at line 66 of file usbh_core.h.

#define HOST_USER_CONNECTION   4

Definition at line 67 of file usbh_core.h.

#define HOST_USER_DISCONNECTION   5

Definition at line 68 of file usbh_core.h.

#define HOST_USER_SELECT_CONFIGURATION   1

Definition at line 64 of file usbh_core.h.

#define HOST_USER_UNRECOVERED_ERROR   6

Definition at line 69 of file usbh_core.h.