hUSBHost is only used within FWupgrade_Standalone.
 
Symbols
loading...
Files
loading...

hUSBHost variable

Syntax

extern USBH_HandleTypeDef hUSBHost;
Implemented in main.c:26

References

LocationReferrerText
main.c:26
main.h:44
extern USBH_HandleTypeDef hUSBHost;
usbh_diskio_dma.c:30
extern USBH_HandleTypeDef hUSBHost;
iap_menu.c:67FW_UPGRADE_Process()
while (USBH_MSC_IsReady(&hUSBHost))
main.c:81main()
USBH_Init(&hUSBHost, USBH_UserProcess, 0);
main.c:84main()
main.c:87main()
USBH_Start(&hUSBHost);
main.c:93main()
USBH_Process(&hUSBHost);
usbh_diskio_dma.c:81USBH_status()
if(USBH_MSC_UnitIsReady(&hUSBHost, lun))
usbh_diskio_dma.c:106USBH_read()
if (((DWORD)buff & 3) && (((HCD_HandleTypeDef *)hUSBHost.pData)->Init.dma_enable))
usbh_diskio_dma.c:110USBH_read()
status = USBH_MSC_Read(&hUSBHost, lun, sector + count, (uint8_t *)scratch, 1);
usbh_diskio_dma.c:124USBH_read()
status = USBH_MSC_Read(&hUSBHost, lun, sector, buff, count);
usbh_diskio_dma.c:133USBH_read()
USBH_MSC_GetLUNInfo(&hUSBHost, lun, &info);
usbh_diskio_dma.c:168USBH_write()
if (((DWORD)buff & 3) && (((HCD_HandleTypeDef *)hUSBHost.pData)->Init.dma_enable))
usbh_diskio_dma.c:175USBH_write()
status = USBH_MSC_Write(&hUSBHost, lun, sector + count, (BYTE *)scratch, 1) ;
usbh_diskio_dma.c:184USBH_write()
status = USBH_MSC_Write(&hUSBHost, lun, sector, (BYTE *)buff, count);
usbh_diskio_dma.c:193USBH_write()
USBH_MSC_GetLUNInfo(&hUSBHost, lun, &info);
usbh_diskio_dma.c:241USBH_ioctl()
if(USBH_MSC_GetLUNInfo(&hUSBHost, lun, &info) == USBH_OK)
usbh_diskio_dma.c:254USBH_ioctl()
if(USBH_MSC_GetLUNInfo(&hUSBHost, lun, &info) == USBH_OK)
usbh_diskio_dma.c:268USBH_ioctl()
if(USBH_MSC_GetLUNInfo(&hUSBHost, lun, &info) == USBH_OK)

Data Use

Functions reading hUSBHost
hUSBHost
all items filtered out
Type of hUSBHost
hUSBHost
all items filtered out