Searched refs:ep0_data_buf_len (Results 1 – 1 of 1) sorted by relevance
| /components/drivers/usb/cherryusb/core/ |
| A D | usbd_core.c | 48 uint32_t ep0_data_buf_len; member 1194 g_usbd_core[busid].ep0_data_buf_len = setup->wLength; 1207 if (!usbd_setup_request_handler(busid, setup, &buf, &g_usbd_core[busid].ep0_data_buf_len)) { 1214 …g_usbd_core[busid].ep0_data_buf_residue = MIN(g_usbd_core[busid].ep0_data_buf_len, setup->wLength); 1248 …if ((setup->wLength > g_usbd_core[busid].ep0_data_buf_len) && (!(g_usbd_core[busid].ep0_data_buf_l… 1338 …st_handler(busid, setup, &g_usbd_core[busid].ep0_data_buf, &g_usbd_core[busid].ep0_data_buf_len)) { 1516 …st_handler(busid, setup, &g_usbd_core[busid].ep0_data_buf, &g_usbd_core[busid].ep0_data_buf_len)) {
|
Completed in 5 milliseconds