Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/demo/
A Dhid_custom_inout_template.c24 #define HIDRAW_OUT_EP_SIZE 1024 macro
27 #define HIDRAW_OUT_EP_SIZE 64 macro
81 WBVAL(HIDRAW_OUT_EP_SIZE), /* wMaxPacketSize: 4 Byte max */
175 WBVAL(HIDRAW_OUT_EP_SIZE), /* wMaxPacketSize: 4 Byte max */
302 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t read_buffer[HIDRAW_OUT_EP_SIZE];
326 usbd_ep_start_read(busid, HIDRAW_OUT_EP, read_buffer, HIDRAW_OUT_EP_SIZE); in usbd_event_handler()

Completed in 5 milliseconds