Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dmemprot_defs.h74 #define DRAM0_SRAM_LEVEL_3_HIGH (DRAM0_SRAM_LEVEL_3_LOW + I_D_SRAM_SEGMENT_SIZE - 0x1) //0x3FC… macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dmemprot_defs.h74 #define DRAM0_SRAM_LEVEL_3_HIGH (DRAM0_SRAM_LEVEL_3_LOW + I_D_SRAM_SEGMENT_SIZE - 0x1) //0x3FC… macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dmemprot_defs.h78 #define DRAM0_SRAM_LEVEL_3_HIGH (DRAM0_SRAM_LEVEL_3_LOW + I_D_SRAM_SEGMENT_SIZE - 0x1) //0x3FC… macro
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dmemprot_ll.h330 #define DRAM0_SRAM_LEVEL_3_HIGH (DRAM0_SRAM_LEVEL_3_LOW + I_D_SRAM_SEGMENT_SIZE - 0x1) //0x3FC… macro
349 HAL_ASSERT(addr >= DRAM0_SRAM_LEVEL_1_LOW && addr <= DRAM0_SRAM_LEVEL_3_HIGH); in memprot_ll_set_dram0_split_line()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dmemprot_ll.h609 if (addr < DRAM0_SRAM_LEVEL_1_LOW || addr > DRAM0_SRAM_LEVEL_3_HIGH) { in memprot_ll_set_dram0_split_line()