Home
last modified time | relevance | path

Searched refs:usbh_devdesc_get (Results 1 – 3 of 3) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Include/
A Dusbh_enum.h45 usbh_status usbh_devdesc_get (usbh_host *puhost, uint8_t len);
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Source/
A Dusbh_core.c465 if (USBH_OK == usbh_devdesc_get (puhost, 8U)) { in usbh_enum_task()
485 if (USBH_OK == usbh_devdesc_get (puhost, USB_DEV_DESC_LEN)) { in usbh_enum_task()
A Dusbh_enum.c71 usbh_status usbh_devdesc_get (usbh_host *puhost, uint8_t len) in usbh_devdesc_get() function

Completed in 9 milliseconds