Searched refs:usbd_setup_request_handler (Results 1 – 1 of 1) sorted by relevance
/components/drivers/usb/cherryusb/core/ |
A D | usbd_core.c | 1061 static bool usbd_setup_request_handler(uint8_t busid, struct usb_setup_packet *setup, uint8_t **dat… function 1207 if (!usbd_setup_request_handler(busid, setup, &buf, &g_usbd_core[busid].ep0_data_buf_len)) { 1338 …if (!usbd_setup_request_handler(busid, setup, &g_usbd_core[busid].ep0_data_buf, &g_usbd_core[busid… 1516 …if (!usbd_setup_request_handler(busid, setup, &g_usbd_core[busid].ep0_data_buf, &g_usbd_core[busid…
|
Completed in 11 milliseconds