STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
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

Definition at line 69 of file usbd_conf.h.

#define USBD_DbgLog (   ...)

Definition at line 100 of file usbd_conf.h.

#define USBD_DEBUG_LEVEL   0

Definition at line 66 of file usbd_conf.h.

#define USBD_ErrLog (   ...)

Definition at line 92 of file usbd_conf.h.

#define USBD_free   free

Definition at line 74 of file usbd_conf.h.

#define USBD_malloc   malloc

Definition at line 73 of file usbd_conf.h.

#define USBD_MAX_NUM_CONFIGURATION   1

Definition at line 62 of file usbd_conf.h.

#define USBD_MAX_NUM_INTERFACES   1

Definition at line 61 of file usbd_conf.h.

#define USBD_MAX_STR_DESC_SIZ   0x100

Definition at line 63 of file usbd_conf.h.

#define USBD_memcpy   memcpy

Definition at line 76 of file usbd_conf.h.

#define USBD_memset   memset

Definition at line 75 of file usbd_conf.h.

#define USBD_SELF_POWERED   1

Definition at line 65 of file usbd_conf.h.

#define USBD_SUPPORT_USER_STRING   0

Definition at line 64 of file usbd_conf.h.

#define USBD_UsrLog (   ...)

Definition at line 83 of file usbd_conf.h.