Searched refs:s_func (Results 1 – 1 of 1) sorted by relevance
34 static volatile esp_ipc_func_t s_func[portNUM_PROCESSORS] = { 0 }; // Function which should be ca… variable73 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()