Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Desp_ipc_isr.c49 IPC_ISR_WAIT_FOR_START = 0, /*!< The caller is waiting for the start */ enumerator
82 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()