Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_memory_utils.h132 return ((intptr_t)p >= SOC_RTC_DATA_LOW && (intptr_t)p < SOC_RTC_DATA_HIGH); in esp_ptr_in_rtc_slow()
250 r |= ((intptr_t)p >= SOC_RTC_DATA_LOW && (intptr_t)p < SOC_RTC_DATA_HIGH); in esp_ptr_internal()
/hal_espressif-latest/components/bootloader_support/include/
Dbootloader_memory_utils.h132 return ((intptr_t)p >= SOC_RTC_DATA_LOW && (intptr_t)p < SOC_RTC_DATA_HIGH); in esp_ptr_in_rtc_slow()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc.h173 #define SOC_RTC_DATA_LOW 0x50000000 macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc.h173 #define SOC_RTC_DATA_LOW 0x50000000 macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc.h171 #define SOC_RTC_DATA_LOW 0x50000000 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc.h170 #define SOC_RTC_DATA_LOW 0x50000000 macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc.h184 #define SOC_RTC_DATA_LOW 0x50000000 macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h190 #define SOC_RTC_DATA_LOW 0x50000000 macro
/hal_espressif-latest/components/bootloader_support/src/
Desp_image_format.c803 if (load_addr >= SOC_RTC_DATA_LOW && load_addr < SOC_RTC_DATA_HIGH) { in should_load()