Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/core/
A Dusbd_core.c44 USB_MEM_ALIGNX uint8_t *ep0_data_buf; member
1192 g_usbd_core[busid].ep0_data_buf = g_usbd_core[busid].req_data;
1196 buf = g_usbd_core[busid].ep0_data_buf;
1202 … usbd_ep_start_read(busid, USB_CONTROL_OUT_EP0, g_usbd_core[busid].ep0_data_buf, setup->wLength);
1225 if (buf != g_usbd_core[busid].ep0_data_buf) {
1227 g_usbd_core[busid].ep0_data_buf = buf;
1229 usb_memcpy(g_usbd_core[busid].ep0_data_buf, buf, g_usbd_core[busid].ep0_data_buf_residue);
1272 g_usbd_core[busid].ep0_data_buf += nbytes;
1329 g_usbd_core[busid].ep0_data_buf += nbytes;
1337 g_usbd_core[busid].ep0_data_buf = g_usbd_core[busid].req_data;
[all …]

Completed in 4 milliseconds