Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hid_common.c58 static hid_report_params_t s_report_params = {0,}; variable
239 memset(&s_report_params, 0, sizeof(hid_report_params_t)); in handle_cmd()
240 s_report_params.usage_page = cmd->value; in handle_cmd()
250 s_report_params.usage = cmd->value; in handle_cmd()
265 s_report_params.report_id = 0; in handle_cmd()
272 if (s_report_params.report_id && s_report_params.report_id != cmd->value) { in handle_cmd()
274 if (s_report_params.input_len & 0x7) { in handle_cmd()
275 … INPUT report does not amount to full bytes! %d (%d)", s_report_params.input_len, s_report_params.… in handle_cmd()
276 } else if (s_report_params.output_len & 0x7) { in handle_cmd()
277 …OUTPUT report does not amount to full bytes! %d (%d)", s_report_params.output_len, s_report_params in handle_cmd()
[all …]