Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dsystem_internal.c87 if (esp_ptr_external_ram(esp_cpu_get_sp())) { in esp_restart_noos()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dsystem_internal.c99 if (esp_ptr_external_ram(esp_cpu_get_sp())) { in esp_restart_noos()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dsystem_internal.c95 if (esp_ptr_external_ram(esp_cpu_get_sp())) { in esp_restart_noos()
/hal_espressif-latest/components/esp_hw_support/include/hal/
Dcpu_ll.h40 return esp_cpu_get_sp(); in cpu_ll_get_sp()
/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h140 FORCE_INLINE_ATTR void *esp_cpu_get_sp(void) in esp_cpu_get_sp() function
/hal_espressif-latest/components/spi_flash/
Dcache_utils.c85 const void *sp = (const void *)esp_cpu_get_sp(); in esp_task_stack_is_sane_cache_disabled()
/hal_espressif-latest/components/bootloader_support/src/
Desp_image_format.c381 intptr_t sp = (intptr_t)esp_cpu_get_sp(); in verify_load_addresses()