Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/
Desp_ipc.c43 static volatile esp_ipc_func_t s_gcov_func = NULL; // Gcov dump starter function which sh… variable
61 if (s_gcov_func) { in ipc_task()
62 (*s_gcov_func)(s_gcov_func_arg); in ipc_task()
63 s_gcov_func = NULL; in ipc_task()
187 if (s_gcov_func == NULL) { in esp_ipc_start_gcov_from_isr()
189 s_gcov_func = func; in esp_ipc_start_gcov_from_isr()