Searched refs:RD_HIGH_ENA (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s2/ |
D | memprot.h | 34 #define RD_HIGH_ENA true macro
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | memprot.c | 838 …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() 844 …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() 856 …SLOW_0, DEF_SPLIT_LINE, WR_LOW_ENA, RD_LOW_ENA, EX_LOW_DIS, WR_HIGH_ENA, RD_HIGH_ENA, EX_HIGH_DIS); in esp_memprot_set_prot()
|