Embedded SDK
Embedded SDK
Macros
Collaboration diagram for USBD_Exported_Macros:

Macros

#define USBD_malloc   (uint32_t *)USBD_static_malloc
 
#define USBD_free   USBD_static_free
 
#define USBD_memset   /* Not used */
 
#define USBD_memcpy   /* Not used */
 
#define USBD_Delay   HAL_Delay
 
#define USBD_UsrLog(...)
 
#define USBD_ErrLog(...)
 
#define USBD_DbgLog(...)
 

Detailed Description

Macro Definition Documentation

◆ USBD_DbgLog

#define USBD_DbgLog (   ...)

Definition at line 126 of file usbd_conf.h.

◆ USBD_Delay

#define USBD_Delay   HAL_Delay

Definition at line 99 of file usbd_conf.h.

◆ USBD_ErrLog

#define USBD_ErrLog (   ...)

Definition at line 117 of file usbd_conf.h.

◆ USBD_free

#define USBD_free   USBD_static_free

Definition at line 95 of file usbd_conf.h.

◆ USBD_malloc

#define USBD_malloc   (uint32_t *)USBD_static_malloc

Definition at line 94 of file usbd_conf.h.

◆ USBD_memcpy

#define USBD_memcpy   /* Not used */

Definition at line 97 of file usbd_conf.h.

◆ USBD_memset

#define USBD_memset   /* Not used */

Definition at line 96 of file usbd_conf.h.

◆ USBD_UsrLog

#define USBD_UsrLog (   ...)

Definition at line 107 of file usbd_conf.h.