Prusa MINI Firmware overview
USBD_CONF_Exported_Macros

Aliases. More...

Collaboration diagram for USBD_CONF_Exported_Macros:

Macros

#define USBD_malloc   malloc
 
#define USBD_free   free
 
#define USBD_memset   memset
 
#define USBD_memcpy   memcpy
 
#define USBD_Delay   HAL_Delay
 
#define USBD_UsrLog(...)
 
#define USBD_ErrLog(...)
 
#define USBD_DbgLog(...)
 

Detailed Description

Aliases.

Macro Definition Documentation

◆ USBD_malloc

#define USBD_malloc   malloc

Alias for memory allocation.

◆ USBD_free

#define USBD_free   free

Alias for memory release.

◆ USBD_memset

#define USBD_memset   memset

Alias for memory set.

◆ USBD_memcpy

#define USBD_memcpy   memcpy

Alias for memory copy.

◆ USBD_Delay

#define USBD_Delay   HAL_Delay

Alias for delay.

◆ USBD_UsrLog

#define USBD_UsrLog (   ...)

◆ USBD_ErrLog

#define USBD_ErrLog (   ...)

◆ USBD_DbgLog

#define USBD_DbgLog (   ...)