Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hid_common.c57 static uint8_t s_collection_depth = 0; variable
266 s_collection_depth = 1; in handle_cmd()
312 s_collection_depth += 1; in handle_cmd()
314 s_collection_depth -= 1; in handle_cmd()
315 if (s_collection_depth == 0) { in handle_cmd()