Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hid_common.c48 uint16_t feature_len; member
191 if (report->feature_len > 0) { in handle_report()
193 item.value_len = report->feature_len / 8; in handle_report()
278 } else if (s_report_params.feature_len & 0x7) { in handle_cmd()
279 …oes not amount to full bytes! %d (%d)", s_report_params.feature_len, s_report_params.feature_len &… in handle_cmd()
291 s_report_params.feature_len = 0; in handle_cmd()
310 s_report_params.feature_len += (s_report_size * s_report_count); in handle_cmd()
320 } else if (s_report_params.feature_len & 0x7) { in handle_cmd()
321 …oes not amount to full bytes! %d (%d)", s_report_params.feature_len, s_report_params.feature_len &… in handle_cmd()