Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/
Desp_ipc.c57 uint32_t ipc_wait; in ipc_task() local
58 xTaskNotifyWait(0, ULONG_MAX, &ipc_wait, portMAX_DELAY); in ipc_task()
66 if (ipc_wait == IPC_WAIT_NO) { in ipc_task()
81 if (ipc_wait == IPC_WAIT_FOR_START) { in ipc_task()
84 } else if (ipc_wait == IPC_WAIT_FOR_END) { in ipc_task()