Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/test/
Dtest_reset_reason.c339 …StackType_t *stack_for_task = (StackType_t *) heap_caps_calloc(1, size_stack, MALLOC_CAP_SPIRAM | … in init_restart_task() local
340 …ntf("init_task: current addr_stack = %p, stack_for_task = %p\n", esp_cpu_get_sp(), stack_for_task); in init_restart_task()
342 …aticPinnedToCore(test_task, "test_task", size_stack, esp_restart, 5, stack_for_task, &task_buf, 1); in init_restart_task()
348 …StackType_t *stack_for_task = (StackType_t *) heap_caps_calloc(1, size_stack, MALLOC_CAP_SPIRAM | … in init_task_do_exception() local
349 …ntf("init_task: current addr_stack = %p, stack_for_task = %p\n", esp_cpu_get_sp(), stack_for_task); in init_task_do_exception()
351 …nnedToCore(test_task, "test_task", size_stack, func_do_exception, 5, stack_for_task, &task_buf, 1); in init_task_do_exception()