Searched refs:g_asix_buf (Results 1 – 1 of 1) sorted by relevance
| /components/drivers/usb/cherryusb/class/vendor/net/ |
| A D | usbh_asix.c | 22 static USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_asix_buf[USB_ALIGN_UP(32, CONFIG_USB_ALIGN_… variable 73 ret = usbh_control_transfer(asix_class->hport, setup, g_asix_buf); in usbh_asix_read_cmd() 77 memcpy(data, g_asix_buf, MIN(ret - 8, size)); in usbh_asix_read_cmd() 103 memcpy(g_asix_buf, data, size); in usbh_asix_write_cmd() 104 return usbh_control_transfer(asix_class->hport, setup, g_asix_buf); in usbh_asix_write_cmd()
|
Completed in 6 milliseconds