Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/core/
A Dusbh_core.c181 uint8_t cur_ep_num = 0xff; in parse_config_descriptor() local
228 cur_ep_num = intf_desc->bNumEndpoints; in parse_config_descriptor()
236 if (cur_ep_num >= CONFIG_USBHOST_MAX_ENDPOINTS) { in parse_config_descriptor()
237 USB_LOG_ERR("Endpoint num %d overflow\r\n", cur_ep_num); in parse_config_descriptor()

Completed in 4 milliseconds