Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dmemprot_ll.h25 DPORT_SET_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_4_REG, DPORT_PMS_PRO_IRAM0_ILG_CLR); in memprot_ll_iram0_clear_intr()
26 DPORT_CLEAR_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_4_REG, DPORT_PMS_PRO_IRAM0_ILG_CLR); in memprot_ll_iram0_clear_intr()
37 DPORT_SET_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_4_REG, DPORT_PMS_PRO_IRAM0_ILG_EN); in memprot_ll_iram0_intr_ena()
39 DPORT_CLEAR_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_4_REG, DPORT_PMS_PRO_IRAM0_ILG_EN); in memprot_ll_iram0_intr_ena()
45 return DPORT_READ_PERI_REG(DPORT_PMS_PRO_IRAM0_4_REG); in memprot_ll_iram0_get_conf_reg()
62 return DPORT_GET_PERI_REG_MASK(DPORT_PMS_PRO_IRAM0_4_REG, DPORT_PMS_PRO_IRAM0_ILG_INTR) > 0; in memprot_ll_iram0_is_assoc_intr()
67 return DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_4_REG, DPORT_PMS_PRO_IRAM0_ILG_EN); in memprot_ll_iram0_get_intr_ena_bit()
72 return DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_4_REG, DPORT_PMS_PRO_IRAM0_ILG_INTR); in memprot_ll_iram0_get_intr_on_bit()
77 return DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_4_REG, DPORT_PMS_PRO_IRAM0_ILG_CLR); in memprot_ll_iram0_get_intr_clr_bit()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsensitive_reg.h224 #define DPORT_PMS_PRO_IRAM0_4_REG (DR_REG_SENSITIVE_BASE + 0x020) macro