Searched refs:IPC_STACK_SIZE (Results 1 – 1 of 1) sorted by relevance
23 #define IPC_STACK_SIZE (CONFIG_ESP_IPC_TASK_STACK_SIZE + 0x100) macro25 #define IPC_STACK_SIZE (CONFIG_ESP_IPC_TASK_STACK_SIZE) macro121 portBASE_TYPE res = xTaskCreatePinnedToCore(ipc_task, task_name, IPC_STACK_SIZE, (void*) i, in esp_ipc_init()