Searched refs:MAX_REPORT_SIZE (Results 1 – 2 of 2) sorted by relevance
34 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()
37 #define MAX_REPORT_SIZE 64 macro
Completed in 4 milliseconds