EU1KY AA FW
usbd_conf.h File Reference
#include "stm32f7xx_hal.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Go to the source code of this file.

Macros

#define USBD_MAX_NUM_INTERFACES   1
 
#define USBD_MAX_NUM_CONFIGURATION   1
 
#define USBD_MAX_STR_DESC_SIZ   0x100
 
#define USBD_SUPPORT_USER_STRING   0
 
#define USBD_SELF_POWERED   1
 
#define USBD_DEBUG_LEVEL   0
 
#define MSC_MEDIA_PACKET   512
 
#define USBD_malloc   malloc
 
#define USBD_free   free
 
#define USBD_memset   memset
 
#define USBD_memcpy   memcpy
 
#define USBD_UsrLog(...)
 
#define USBD_ErrLog(...)
 
#define USBD_DbgLog(...)
 

Macro Definition Documentation

#define MSC_MEDIA_PACKET   512
#define USBD_DbgLog (   ...)
#define USBD_DEBUG_LEVEL   0
#define USBD_ErrLog (   ...)
#define USBD_free   free
#define USBD_malloc   malloc
#define USBD_MAX_NUM_CONFIGURATION   1
#define USBD_MAX_NUM_INTERFACES   1
#define USBD_MAX_STR_DESC_SIZ   0x100
#define USBD_memcpy   memcpy
#define USBD_memset   memset
#define USBD_SELF_POWERED   1
#define USBD_SUPPORT_USER_STRING   0
#define USBD_UsrLog (   ...)