USBH_MSC_ClassRequest() is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

USBH_MSC_ClassRequest() function

USBH_MSC_ClassRequest The function is responsible for handling Standard requests for MSC class.

Syntax

static USBH_StatusTypeDef USBH_MSC_ClassRequest(USBH_HandleTypeDef *phost);
Implemented in usbh_msc.c:282

Arguments

phost

Host handle

Return value

USBH Status

References

LocationText
usbh_msc.c:282
static USBH_StatusTypeDef USBH_MSC_ClassRequest(USBH_HandleTypeDef *phost)
usbh_msc.c:106
static USBH_StatusTypeDef USBH_MSC_ClassRequest(USBH_HandleTypeDef *phost);
usbh_msc.c:118
USBH_MSC_ClassRequest,

Call Tree

Functions called by USBH_MSC_ClassRequest()
USBH_MSC_ClassRequest()
printf()
all items filtered out
Implementations
USBH_MSC_ClassRequest()
all items filtered out
Type of USBH_MSC_ClassRequest()
USBH_MSC_ClassRequest()