Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dmemprot_defs.h64 #define DRAM0_INTR_ST_FAULTADDR_M 0x03FFFFC0 //(bits 25:6 in the reg) macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h405 #define DRAM0_INTR_ST_FAULTADDR_M 0x03FFFFC0 //(bits 25:6 in the reg)
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()