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

USBH_MSC_RdWrProcess() function

USBH_MSC_RdWrProcess The function is for managing state machine for MSC I/O Process

Syntax

static USBH_StatusTypeDef USBH_MSC_RdWrProcess(USBH_HandleTypeDef *phost,     uint8_t lun);
Implemented in usbh_msc.c:563

Arguments

phost

Host handle

lun

logical Unit Number

Return value

USBH Status

References

LocationReferrerText
usbh_msc.c:563
static USBH_StatusTypeDef USBH_MSC_RdWrProcess(USBH_HandleTypeDef *phost, uint8_t lun)
usbh_msc.c:110
static USBH_StatusTypeDef USBH_MSC_RdWrProcess(USBH_HandleTypeDef *phost, uint8_t lun);
usbh_msc.c:798USBH_MSC_Read()
while (USBH_MSC_RdWrProcess(phost, lun) == USBH_BUSY)
usbh_msc.c:844USBH_MSC_Write()
while (USBH_MSC_RdWrProcess(phost, lun) == USBH_BUSY)