Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/
Desp_ipc.c23 #define IPC_STACK_SIZE (CONFIG_ESP_IPC_TASK_STACK_SIZE + 0x100) macro
25 #define IPC_STACK_SIZE (CONFIG_ESP_IPC_TASK_STACK_SIZE) macro
121 portBASE_TYPE res = xTaskCreatePinnedToCore(ipc_task, task_name, IPC_STACK_SIZE, (void*) i, in esp_ipc_init()