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