Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hid_common.c56 static s_parse_step_t s_parse_step = PARSE_WAIT_USAGE_PAGE; variable
231 switch (s_parse_step) { in handle_cmd()
241 s_parse_step = PARSE_WAIT_USAGE; in handle_cmd()
247 s_parse_step = PARSE_WAIT_USAGE_PAGE; in handle_cmd()
251 s_parse_step = PARSE_WAIT_COLLECTION_APPLICATION; in handle_cmd()
257 s_parse_step = PARSE_WAIT_USAGE_PAGE; in handle_cmd()
262 s_parse_step = PARSE_WAIT_USAGE_PAGE; in handle_cmd()
267 s_parse_step = PARSE_WAIT_END_COLLECTION; in handle_cmd()
284 s_parse_step = PARSE_WAIT_USAGE_PAGE; in handle_cmd()
326 s_parse_step = PARSE_WAIT_USAGE_PAGE; in handle_cmd()
[all …]