Home
last modified time | relevance | path

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

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