WebRadioApp  0.1
usbh_conf.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "main.h"
#include "stm32h7xx.h"
#include "stm32h7xx_hal.h"
Include dependency graph for usbh_conf.h:

Go to the source code of this file.

Macros

#define USBH_MAX_NUM_ENDPOINTS   2U
 
#define USBH_MAX_NUM_INTERFACES   2U
 
#define USBH_MAX_NUM_CONFIGURATION   1U
 
#define USBH_KEEP_CFG_DESCRIPTOR   1U
 
#define USBH_MAX_NUM_SUPPORTED_CLASS   1U
 
#define USBH_MAX_SIZE_CONFIGURATION   256U
 
#define USBH_MAX_DATA_BUFFER   512U
 
#define USBH_DEBUG_LEVEL   3U
 
#define USBH_USE_OS   0U
 
#define HOST_HS   0
 
#define HOST_FS   1
 
#define USBH_malloc   malloc
 
#define USBH_free   free
 
#define USBH_memset   memset
 
#define USBH_memcpy   memcpy
 
#define USBH_UsrLog(...)
 
#define USBH_ErrLog(...)
 
#define USBH_DbgLog(...)