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

hUSBHost macro

Syntax

#define hUSBHost hUSBHost_HS

References

LocationText
main.h:108
#define hUSBHost hUSBHost_HS
mouse.c:23
extern USBH_HandleTypeDef hUSBHost;
usbh_diskio_dma.c:30
extern USBH_HandleTypeDef hUSBHost;
usbh_diskio_dma.c:81
if(USBH_MSC_UnitIsReady(&hUSBHost, lun))
usbh_diskio_dma.c:106
if (((DWORD)buff & 3) && (((HCD_HandleTypeDef *)hUSBHost.pData)->Init.dma_enable))
usbh_diskio_dma.c:110
status = USBH_MSC_Read(&hUSBHost, lun, sector + count, (uint8_t *)scratch, 1);
usbh_diskio_dma.c:124
status = USBH_MSC_Read(&hUSBHost, lun, sector, buff, count);
usbh_diskio_dma.c:133
USBH_MSC_GetLUNInfo(&hUSBHost, lun, &info);
usbh_diskio_dma.c:168
if (((DWORD)buff & 3) && (((HCD_HandleTypeDef *)hUSBHost.pData)->Init.dma_enable))
usbh_diskio_dma.c:175
status = USBH_MSC_Write(&hUSBHost, lun, sector + count, (BYTE *)scratch, 1) ;
usbh_diskio_dma.c:184
status = USBH_MSC_Write(&hUSBHost, lun, sector, (BYTE *)buff, count);
usbh_diskio_dma.c:193
USBH_MSC_GetLUNInfo(&hUSBHost, lun, &info);
usbh_diskio_dma.c:241
if(USBH_MSC_GetLUNInfo(&hUSBHost, lun, &info) == USBH_OK)
usbh_diskio_dma.c:254
if(USBH_MSC_GetLUNInfo(&hUSBHost, lun, &info) == USBH_OK)
usbh_diskio_dma.c:268
if(USBH_MSC_GetLUNInfo(&hUSBHost, lun, &info) == USBH_OK)