Home
last modified time | relevance | path

Searched defs:new_sp (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dsystem_internal.c103 uint32_t new_sp = SOC_DRAM_LOW + (SOC_DRAM_HIGH - SOC_DRAM_LOW) / 2; in esp_restart_noos() local
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dsystem_internal.c91 uint32_t new_sp = ALIGN_DOWN(_bss_end, 16); in esp_restart_noos() local
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dsystem_internal.c99 uint32_t new_sp = ALIGN_DOWN(_bss_end, 16); in esp_restart_noos() local