Home
last modified time | relevance | path

Searched refs:port_enabled (Results 1 – 4 of 4) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Include/
A Ddrv_usbh_int.h45 uint8_t (*port_enabled) (usbh_host *puhost); member
A Ddrv_usb_host.h104 __IO uint32_t port_enabled; member
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Source/
A Dusbh_core.c179 …if (((0U == usbh_core.host.connect_status) || (0U == usbh_core.host.port_enabled)) && (HOST_DEFAUL… in usbh_core_task()
199 if (usbh_core.host.port_enabled) { in usbh_core_task()
430 usbh_core.host.port_enabled = 1U; in usbh_port_enabled()
443 usbh_core.host.port_enabled = 0U; in usbh_port_disabled()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Source/
A Ddrv_usbh_int.c218 usbh_int_fop->port_enabled(pudev->host.data); in usbh_int_port()

Completed in 6 milliseconds