Home
last modified time | relevance | path

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

/components/legacy/usb/usbdevice/class/
A Dhid.c34 rt_uint8_t report_buf[MAX_REPORT_SIZE];
486 if((setup->wLength == 0) || (setup->wLength > MAX_REPORT_SIZE)) in _interface_handler()
487 setup->wLength = MAX_REPORT_SIZE; in _interface_handler()
499 if((setup->wLength == 0) || (setup->wLength > MAX_REPORT_SIZE)) in _interface_handler()
A Dhid.h37 #define MAX_REPORT_SIZE 64 macro

Completed in 4 milliseconds