Home
last modified time | relevance | path

Searched refs:CONFIG_USBHOST_REQUEST_BUFFER_LEN (Results 1 – 6 of 6) sorted by relevance

/components/drivers/usb/cherryusb/port/pusb2/rt-thread/
A Dusb_config.h147 #ifndef CONFIG_USBHOST_REQUEST_BUFFER_LEN
148 #define CONFIG_USBHOST_REQUEST_BUFFER_LEN 512 macro
/components/drivers/usb/cherryusb/
A Dcherryusb_config_template.h183 #ifndef CONFIG_USBHOST_REQUEST_BUFFER_LEN
184 #define CONFIG_USBHOST_REQUEST_BUFFER_LEN 512 macro
A DKconfig.rtt424 config CONFIG_USBHOST_REQUEST_BUFFER_LEN config
A DKconfig.rttpkg423 config CONFIG_USBHOST_REQUEST_BUFFER_LEN config
/components/drivers/usb/cherryusb/port/xhci/phytium/rt-thread/
A Dusb_config.h159 #ifndef CONFIG_USBHOST_REQUEST_BUFFER_LEN
160 #define CONFIG_USBHOST_REQUEST_BUFFER_LEN 512 macro
/components/drivers/usb/cherryusb/core/
A Dusbh_core.c21 …8_t ep0_request_buffer[CONFIG_USBHOST_MAX_BUS][USB_ALIGN_UP(CONFIG_USBHOST_REQUEST_BUFFER_LEN, CON…
494 if (wTotalLength > CONFIG_USBHOST_REQUEST_BUFFER_LEN) { in usbh_enumerate()
496 …%d is overflow, default is %d\r\n", wTotalLength, (unsigned int)CONFIG_USBHOST_REQUEST_BUFFER_LEN); in usbh_enumerate()

Completed in 17 milliseconds