Searched refs:usb_host (Results 1 – 5 of 5) sorted by relevance
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/msc/Source/ |
| A D | usbh_msc_fatfs.c | 41 extern usbh_host usb_host; 51 usb_core_driver *pudev = (usb_core_driver *)usb_host.data; in disk_initialize() 87 usb_core_driver *pudev = (usb_core_driver *)usb_host.data; in disk_read() 99 status = usbh_msc_read (&usb_host, drv, sector, buff, count); in disk_read() 128 usb_core_driver *pudev = (usb_core_driver *)usb_host.data; in disk_write() 144 status = usbh_msc_write (&usb_host, drv, sector, (BYTE*)buff, count); in disk_write() 192 if (USBH_OK == usbh_msc_lun_info_get(&usb_host, drv, &info)) { in disk_ioctl() 200 if (USBH_OK == usbh_msc_lun_info_get(&usb_host, drv, &info)) { in disk_ioctl()
|
| /bsp/at32/libraries/usbotg_library/src/ |
| A D | usbh_int.c | 467 otg_host_type *usb_host = OTG_HOST(usbx); in usbh_hch_handler() local 470 intsts = usb_host->haint & 0xFFFF; in usbh_hch_handler() 548 otg_host_type *usb_host = OTG_HOST(usbx); in usbh_port_handler() local 552 prt = usb_host->hprt; in usbh_port_handler() 602 usb_host->hprt = prt_0; in usbh_port_handler()
|
| A D | usbh_core.c | 989 otg_host_type *usb_host = OTG_HOST(uhost->usb_reg); in usbh_reset_port() local 990 uint32_t hprt_val = usb_host->hprt; in usbh_reset_port() 996 usb_host->hprt = hprt_val | USB_OTG_HPRT_PRTRST; in usbh_reset_port() 1001 usb_host->hprt = hprt_val & (~USB_OTG_HPRT_PRTRST); in usbh_reset_port()
|
| /bsp/stm32/stm32f407-st-discovery/board/CubeMX_Config/ |
| A D | .mxproject | 3 HeaderFiles=usb_host.h;usbh_conf.h;usbh_platform.h;stm32f4xx_it.h;stm32f4xx_hal_conf.h;main.h; 5 SourceFiles=usb_host.c;usbh_conf.c;usbh_platform.c;stm32f4xx_it.c;stm32f4xx_hal_msp.c;main.c;
|
| /bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/ |
| A D | .mxproject | 3 HeaderFiles=FreeRTOSConfig.h;usb_host.h;usbh_conf.h;usbh_platform.h;stm32f4xx_it.h;stm32f4xx_hal_co… 5 SourceFiles=freertos.c;usb_host.c;usbh_conf.c;usbh_platform.c;stm32f4xx_it.c;stm32f4xx_hal_msp.c;st… 11 SourceFiles=..\Src\main.c;..\Src\freertos.c;..\Src\usb_host.c;..\Src\usbh_conf.c;..\Src\usbh_platfo…
|
Completed in 13 milliseconds