Home
last modified time | relevance | path

Searched refs:IRAM0_SRAM_INTR_ST_FAULTADDR_HI (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dmemprot_defs.h52 #define IRAM0_SRAM_INTR_ST_FAULTADDR_HI 0x40000000 //high nonsignificant bits 31:22 of the… macro
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_ll.h111 return (intptr_t)((status_bits & IRAM0_INTR_ST_FAULTADDR_M) | IRAM0_SRAM_INTR_ST_FAULTADDR_HI); in memprot_ll_iram0_sram_get_fault_address()