Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hid_common.c46 uint16_t input_len; member
93 if (report->input_len > 0) { in handle_report()
99 .value_len = report->input_len / 8, in handle_report()
132 if (report->input_len > 0) { in handle_report()
138 .value_len = report->input_len / 8, in handle_report()
177 .value_len = report->input_len / 8, in handle_report()
179 if (report->input_len > 0) { in handle_report()
274 if (s_report_params.input_len & 0x7) { in handle_cmd()
275 … does not amount to full bytes! %d (%d)", s_report_params.input_len, s_report_params.input_len & 0… in handle_cmd()
289 s_report_params.input_len = 0; in handle_cmd()
[all …]