Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/soc/esp32s2/include/soc/
Dmemprot_defs.h58 #define IRAM0_RTCFAST_ADDRESS_HIGH 0x40071FFF macro
/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/
Dmemprot_ll.h417 …rn faulting_address >= IRAM0_RTCFAST_ADDRESS_LOW && faulting_address <= IRAM0_RTCFAST_ADDRESS_HIGH; in memprot_ll_iram0_rtcfast_is_intr_mine()
432 if (addr < IRAM0_RTCFAST_ADDRESS_LOW || addr > IRAM0_RTCFAST_ADDRESS_HIGH) { in memprot_ll_iram0_rtcfast_set_prot()
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32s2/
Dmemprot.c1009 return IRAM0_RTCFAST_ADDRESS_HIGH; in esp_memprot_get_high_limit()