Searched refs:exec_perm (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s2/ |
D | memprot.h | 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 158 if (exec_perm) { in memprot_ll_iram0_sram_set_uni_block_perm()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | memprot.c | 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()
|