Home
last modified time | relevance | path

Searched refs:usbh_cfgdesc_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.h47 usbh_status usbh_cfgdesc_get (usbh_host *puhost, uint16_t len);
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Source/
A Dusbh_core.c523 if (USBH_OK == usbh_cfgdesc_get (puhost, USB_CFG_DESC_LEN)) { in usbh_enum_task()
530 … if (USBH_OK == usbh_cfgdesc_get (puhost, puhost->dev_prop.cfg_desc_set.cfg_desc.wTotalLength)) { in usbh_enum_task()
A Dusbh_enum.c106 usbh_status usbh_cfgdesc_get (usbh_host *puhost, uint16_t len) in usbh_cfgdesc_get() function

Completed in 9 milliseconds