Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dmemprot_defs.h65 #define DRAM0_INTR_ST_FAULTADDR_S 0x4 //(bits 21:2 of real address) macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h406 #define DRAM0_INTR_ST_FAULTADDR_S 0x4 //(bits 21:2 of real address)
568 uint32_t fault_addr = (status_bits & DRAM0_INTR_ST_FAULTADDR_M) >> DRAM0_INTR_ST_FAULTADDR_S;
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_ll.h584 …return (intptr_t)(((status_bits & DRAM0_INTR_ST_FAULTADDR_M) >> DRAM0_INTR_ST_FAULTADDR_S) | DRAM0… in memprot_ll_dram0_sram_get_fault_address()
799 …return (intptr_t)(((status_bits & DRAM0_INTR_ST_FAULTADDR_M) >> DRAM0_INTR_ST_FAULTADDR_S) | DRAM0… in memprot_ll_dram0_rtcfast_get_fault_address()