Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dmemprot_ll.h119 uint32_t write_bit, read_bit, exec_bit; in memprot_ll_iram0_sram_set_uni_block_perm() local
125 exec_bit = DPORT_PMS_PRO_IRAM0_SRAM_0_F; in memprot_ll_iram0_sram_set_uni_block_perm()
130 exec_bit = DPORT_PMS_PRO_IRAM0_SRAM_1_F; in memprot_ll_iram0_sram_set_uni_block_perm()
135 exec_bit = DPORT_PMS_PRO_IRAM0_SRAM_2_F; in memprot_ll_iram0_sram_set_uni_block_perm()
140 exec_bit = DPORT_PMS_PRO_IRAM0_SRAM_3_F; in memprot_ll_iram0_sram_set_uni_block_perm()
159 DPORT_SET_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_1_REG, exec_bit); in memprot_ll_iram0_sram_set_uni_block_perm()
161 DPORT_CLEAR_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_1_REG, exec_bit); in memprot_ll_iram0_sram_set_uni_block_perm()
211 static inline bool memprot_ll_iram0_sram_get_uni_block_exec_bit(uint32_t block, uint32_t *exec_bit) in memprot_ll_iram0_sram_get_uni_block_exec_bit() argument
215 *exec_bit = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_0_F); in memprot_ll_iram0_sram_get_uni_block_exec_bit()
218 *exec_bit = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_1_F); in memprot_ll_iram0_sram_get_uni_block_exec_bit()
[all …]
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s2/
Dmemprot.h293 …t esp_memprot_get_uni_block_exec_bit(mem_type_prot_t mem_type, uint32_t block, uint32_t *exec_bit);
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Dmemprot.c532 …_t esp_memprot_get_uni_block_exec_bit(mem_type_prot_t mem_type, uint32_t block, uint32_t *exec_bit) in esp_memprot_get_uni_block_exec_bit() argument
534 if (exec_bit == NULL) { in esp_memprot_get_uni_block_exec_bit()
540 if (!memprot_ll_iram0_sram_get_uni_block_exec_bit(block, exec_bit)) { in esp_memprot_get_uni_block_exec_bit()