Searched refs:read_perm (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s2/ |
D | memprot.h | 308 …set_uni_block_perm_dram(mem_type_prot_t mem_type, uint32_t block, bool write_perm, bool read_perm); 344 …rm_iram(mem_type_prot_t mem_type, uint32_t block, bool write_perm, bool read_perm, bool exec_perm);
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | memprot_ll.h | 117 …t_ll_iram0_sram_set_uni_block_perm(uint32_t block, bool write_perm, bool read_perm, bool exec_perm) in memprot_ll_iram0_sram_set_uni_block_perm() argument 152 if (read_perm) { in memprot_ll_iram0_sram_set_uni_block_perm() 615 …hal_err_t memprot_ll_dram0_sram_set_uni_block_perm(uint32_t block, bool write_perm, bool read_perm) in memprot_ll_dram0_sram_set_uni_block_perm() argument 630 if (read_perm) { in memprot_ll_dram0_sram_set_uni_block_perm()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | memprot.c | 551 …_set_uni_block_perm_dram(mem_type_prot_t mem_type, uint32_t block, bool write_perm, bool read_perm) in esp_memprot_set_uni_block_perm_dram() argument 555 …_memprot_ll_err_to_esp_err(memprot_ll_dram0_sram_set_uni_block_perm(block, write_perm, read_perm)); in esp_memprot_set_uni_block_perm_dram() 628 …erm_iram(mem_type_prot_t mem_type, uint32_t block, bool write_perm, bool read_perm, bool exec_perm) in esp_memprot_set_uni_block_perm_iram() argument 632 if (!memprot_ll_iram0_sram_set_uni_block_perm(block, write_perm, read_perm, exec_perm)) { in esp_memprot_set_uni_block_perm_iram()
|