Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_hid/src/
Desp_hid_common.c60 static uint16_t s_report_count = 0; variable
238 s_report_count = 0; in handle_cmd()
304 s_report_count = cmd->value; in handle_cmd()
306 s_report_params.input_len += (s_report_size * s_report_count); in handle_cmd()
308 s_report_params.output_len += (s_report_size * s_report_count); in handle_cmd()
310 s_report_params.feature_len += (s_report_size * s_report_count); in handle_cmd()