Home
last modified time | relevance | path

Searched refs:DRAM0_SRAM_LEVEL_2_LOW (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dmemprot_defs.h69 #define DRAM0_SRAM_LEVEL_2_LOW (DRAM0_SRAM_LEVEL_1_HIGH + 0x1) //0x3FCA0000 macro
70 #define DRAM0_SRAM_LEVEL_2_HIGH (DRAM0_SRAM_LEVEL_2_LOW + I_D_SRAM_SEGMENT_SIZE - 0x1) //0x3FCB…
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dmemprot_defs.h69 #define DRAM0_SRAM_LEVEL_2_LOW (DRAM0_SRAM_LEVEL_1_HIGH + 0x1) //0x3FCA0000 macro
70 #define DRAM0_SRAM_LEVEL_2_HIGH (DRAM0_SRAM_LEVEL_2_LOW + I_D_SRAM_SEGMENT_SIZE - 0x1) //0x3FCB…
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dmemprot_defs.h73 #define DRAM0_SRAM_LEVEL_2_LOW (DRAM0_SRAM_LEVEL_1_HIGH + 0x1) //0x3FCA0000 macro
74 #define DRAM0_SRAM_LEVEL_2_HIGH (DRAM0_SRAM_LEVEL_2_LOW + I_D_SRAM_SEGMENT_SIZE - 0x1) //0x3FCB…
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dmemprot_ll.h325 #define DRAM0_SRAM_LEVEL_2_LOW (DRAM0_SRAM_LEVEL_1_HIGH + 0x1) //0x3FCA0000 macro
326 #define DRAM0_SRAM_LEVEL_2_HIGH (DRAM0_SRAM_LEVEL_2_LOW + I_D_SRAM_SEGMENT_SIZE - 0x1) //0x3FCB…
355 } else if (addr >= DRAM0_SRAM_LEVEL_2_LOW && addr <= DRAM0_SRAM_LEVEL_2_HIGH) { in memprot_ll_set_dram0_split_line()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dmemprot_ll.h621 } else if (addr >= DRAM0_SRAM_LEVEL_2_LOW && addr <= DRAM0_SRAM_LEVEL_2_HIGH) { in memprot_ll_set_dram0_split_line()