Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h155 exec_bit = DPORT_PMS_PRO_IRAM0_SRAM_2_F;
231 return DPORT_REG_GET_FIELD( DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_2_F );
257 *exec_bit = DPORT_PMS_PRO_IRAM0_SRAM_2_F;
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_ll.h142 exec_bit = DPORT_PMS_PRO_IRAM0_SRAM_2_F; in memprot_ll_iram0_sram_set_uni_block_perm()
228 *exec_bit = DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_1_REG, DPORT_PMS_PRO_IRAM0_SRAM_2_F); in memprot_ll_iram0_sram_get_uni_block_exec_bit()
256 *exec_bit = DPORT_PMS_PRO_IRAM0_SRAM_2_F; in memprot_ll_iram0_sram_get_uni_block_sgnf_bits()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsensitive_reg.h95 #define DPORT_PMS_PRO_IRAM0_SRAM_2_F (BIT(6)) macro