Searched refs:IPC_ISR_WAIT_FOR_START (Results 1 – 1 of 1) sorted by relevance
49 IPC_ISR_WAIT_FOR_START = 0, /*!< The caller is waiting for the start */ enumerator82 esp_ipc_isr_call_and_wait(func, arg, IPC_ISR_WAIT_FOR_START); in esp_ipc_isr_asm_call()126 …_wait(&esp_ipc_isr_waiting_for_finish_cmd, (void*)&esp_ipc_isr_finish_cmd, IPC_ISR_WAIT_FOR_START); in esp_ipc_isr_stall_other_cpu()214 if (wait_for == IPC_ISR_WAIT_FOR_START) { in esp_ipc_isr_call_and_wait()