Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/demo/
A Dwinusb1.0_template.c178 #define WINUSB_IN_EP2 0x83 macro
203 USB_ENDPOINT_DESCRIPTOR_INIT(WINUSB_IN_EP2, 0x02, WINUSB_EP_MPS, 0x00),
272 USB_ENDPOINT_DESCRIPTOR_INIT(WINUSB_IN_EP2, 0x02, WINUSB_EP_MPS, 0x00),
490 usbd_ep_start_write(busid, WINUSB_IN_EP2, read_buffer, nbytes); in usbd_winusb_out2()
501 usbd_ep_start_write(busid, WINUSB_IN_EP2, NULL, 0); in usbd_winusb_in2()
513 .ep_addr = WINUSB_IN_EP2,

Completed in 3 milliseconds