Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/
Desp_ipc.c34 static volatile esp_ipc_func_t s_func[portNUM_PROCESSORS] = { 0 }; // Function which should be ca… variable
73 if (s_func[cpuid]) { in ipc_task()
76 esp_ipc_func_t func = s_func[cpuid]; in ipc_task()
77 s_func[cpuid] = NULL; in ipc_task()
154 s_func[cpu_id] = func; in esp_ipc_call_and_wait()