Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/include/
Desp_ipc_isr.h23 typedef void (*esp_ipc_isr_func_t)(void* arg); typedef
39 void esp_ipc_isr_asm_call(esp_ipc_isr_func_t func, void* arg);
52 void esp_ipc_isr_asm_call_blocking(esp_ipc_isr_func_t func, void* arg);
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Desp_ipc_isr.c31 esp_ipc_isr_func_t volatile esp_ipc_func; // the function which will be run in the ipc_isr con…
56 static void esp_ipc_isr_call_and_wait(esp_ipc_isr_func_t func, void* arg, esp_ipc_isr_wait_t wait_f…
79 void IRAM_ATTR esp_ipc_isr_asm_call(esp_ipc_isr_func_t func, void* arg) in esp_ipc_isr_asm_call()
86 void IRAM_ATTR esp_ipc_isr_asm_call_blocking(esp_ipc_isr_func_t func, void* arg) in esp_ipc_isr_asm_call_blocking()
191 static void IRAM_ATTR esp_ipc_isr_call_and_wait(esp_ipc_isr_func_t func, void* arg, esp_ipc_isr_wai… in esp_ipc_isr_call_and_wait()