Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_ipc/src/
Desp_ipc.c39 static volatile esp_ipc_func_t s_gcov_func = NULL; // Gcov dump starter function which sh… variable
60 if (s_gcov_func) { in ipc_task()
61 (*s_gcov_func)(s_gcov_func_arg); in ipc_task()
62 s_gcov_func = NULL; in ipc_task()
186 s_gcov_func = func; in esp_ipc_start_gcov_from_isr()