Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/newlib/test/
Dtest_shared_stack_printf.c17 printf("Executing this printf from external stack! sp=%p\n", esp_cpu_get_sp()); in external_stack_function()
19 shared_stack_sp = (StackType_t *)esp_cpu_get_sp(); in external_stack_function()
33 printf("We can even use FreeRTOS resources... yielding, sp=%p\n", esp_cpu_get_sp()); in another_external_stack_function()
35 shared_stack_sp = (StackType_t *)esp_cpu_get_sp(); in another_external_stack_function()
46 printf("current task sp: %p\n", esp_cpu_get_sp());
/hal_espressif-3.6.0/components/esp_system/test/
Dtest_reset_reason.c310 StackType_t *last_addr_stack = esp_cpu_get_sp(); in fibonacci()
323 start_addr_stack = esp_cpu_get_sp(); in test_task()
340 …printf("init_task: current addr_stack = %p, stack_for_task = %p\n", esp_cpu_get_sp(), stack_for_ta… in init_restart_task()
349 …printf("init_task: current addr_stack = %p, stack_for_task = %p\n", esp_cpu_get_sp(), stack_for_ta… in init_task_do_exception()
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/
Dcpu.h35 return esp_cpu_get_sp(); in get_sp()
/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_cpu.h29 static inline void *esp_cpu_get_sp(void) in esp_cpu_get_sp() function
/hal_espressif-3.6.0/components/lwip/port/esp32/hooks/
Dtcp_isn_default.c170 assert(!esp_ptr_external_ram(esp_cpu_get_sp())); in lwip_hook_tcp_isn()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dsystem_internal.c90 if (esp_ptr_external_ram(esp_cpu_get_sp())) { in esp_restart_noos()
/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_common.c88 s_core_dump_backup, esp_cpu_get_sp()); in esp_core_dump_setup_stack()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32/
Dbootloader_esp32.c364 int *sp = esp_cpu_get_sp(); in bootloader_init()
/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c80 const void *sp = (const void *)esp_cpu_get_sp(); in esp_task_stack_is_sane_cache_disabled()
/hal_espressif-3.6.0/components/bootloader_support/src/
Desp_image_format.c347 intptr_t sp = (intptr_t)esp_cpu_get_sp(); in verify_load_addresses()