Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/demo/
A Dhid_custom_inout_template.c15 #define HIDRAW_IN_EP_SIZE 1024 macro
18 #define HIDRAW_IN_EP_SIZE 64 macro
74 WBVAL(HIDRAW_IN_EP_SIZE), /* wMaxPacketSize: 4 Byte max */
168 WBVAL(HIDRAW_IN_EP_SIZE), /* wMaxPacketSize: 4 Byte max */
303 USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t send_buffer[HIDRAW_IN_EP_SIZE];
349 usbd_ep_start_read(busid, ep, read_buffer, HIDRAW_IN_EP_SIZE); in usbd_hid_custom_out_callback()

Completed in 2 milliseconds