APM:Libraries
Macros
USBD_BOT_Exported_Defines
Collaboration diagram for USBD_BOT_Exported_Defines:

Macros

#define BOT_GET_MAX_LUN   0xFE
 
#define BOT_RESET   0xFF
 
#define USB_MSC_CONFIG_DESC_SIZ   32
 
#define MSC_EPIN_SIZE   MSC_MAX_PACKET
 
#define MSC_EPOUT_SIZE   MSC_MAX_PACKET
 

Detailed Description

Macro Definition Documentation

◆ BOT_GET_MAX_LUN

#define BOT_GET_MAX_LUN   0xFE

Definition at line 50 of file usbd_msc_core.h.

Referenced by USBD_MSC_Setup().

◆ BOT_RESET

#define BOT_RESET   0xFF

Definition at line 51 of file usbd_msc_core.h.

Referenced by USBD_MSC_Setup().

◆ MSC_EPIN_SIZE

#define MSC_EPIN_SIZE   MSC_MAX_PACKET

Definition at line 54 of file usbd_msc_core.h.

Referenced by USBD_MSC_Init(), and USBD_MSC_Setup().

◆ MSC_EPOUT_SIZE

#define MSC_EPOUT_SIZE   MSC_MAX_PACKET

Definition at line 55 of file usbd_msc_core.h.

Referenced by USBD_MSC_Init(), and USBD_MSC_Setup().

◆ USB_MSC_CONFIG_DESC_SIZ

#define USB_MSC_CONFIG_DESC_SIZ   32

Definition at line 52 of file usbd_msc_core.h.