Home
last modified time | relevance | path

Searched refs:DPORT_PMS_PRO_IRAM0_1_REG (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dmemprot_ll.h147 DPORT_SET_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_1_REG, write_bit); in memprot_ll_iram0_sram_set_uni_block_perm()
149 DPORT_CLEAR_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_1_REG, write_bit); in memprot_ll_iram0_sram_set_uni_block_perm()
153 DPORT_SET_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_1_REG, read_bit); in memprot_ll_iram0_sram_set_uni_block_perm()
155 DPORT_CLEAR_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_1_REG, read_bit); 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()
171 *read_bit = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_0_R); in memprot_ll_iram0_sram_get_uni_block_read_bit()
174 *read_bit = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_1_R); in memprot_ll_iram0_sram_get_uni_block_read_bit()
177 *read_bit = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_2_R); in memprot_ll_iram0_sram_get_uni_block_read_bit()
180 *read_bit = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_3_R); in memprot_ll_iram0_sram_get_uni_block_read_bit()
[all …]
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsensitive_reg.h62 #define DPORT_PMS_PRO_IRAM0_1_REG (DR_REG_SENSITIVE_BASE + 0x014) macro