Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32s2/
Dtest_memprot_main.c265 …et_prot_dram(MEMPROT_DRAM0_SRAM, DEF_SPLIT_LINE, WR_LOW_DIS, RD_LOW_ENA, WR_HIGH_ENA, RD_HIGH_ENA); in test_memprot_set_prot()
268 …test_memprot_dram0_rtcfast_get_min_split_addr(), WR_LOW_DIS, RD_LOW_ENA, WR_HIGH_ENA, RD_HIGH_ENA); in test_memprot_set_prot()
274 …i2_rtcslow_0_get_min_split_addr(), WR_LOW_ENA, RD_LOW_ENA, EX_LOW_DIS, WR_HIGH_ENA, RD_HIGH_ENA, E… in test_memprot_set_prot()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/
Dmemprot.c839 …et_prot_dram(MEMPROT_DRAM0_SRAM, DEF_SPLIT_LINE, WR_LOW_DIS, RD_LOW_ENA, WR_HIGH_ENA, RD_HIGH_ENA); in esp_memprot_set_prot()
845 …prot_dram(MEMPROT_DRAM0_RTCFAST, DEF_SPLIT_LINE, WR_LOW_DIS, RD_LOW_ENA, WR_HIGH_ENA, RD_HIGH_ENA); in esp_memprot_set_prot()
857 …T_PERI2_RTCSLOW_0, DEF_SPLIT_LINE, WR_LOW_ENA, RD_LOW_ENA, EX_LOW_DIS, WR_HIGH_ENA, RD_HIGH_ENA, E… in esp_memprot_set_prot()
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32s2/
Dmemprot.h36 #define WR_HIGH_ENA true macro