Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h420 DPORT_SET_PERI_REG_MASK( DPORT_PMS_PRO_DRAM0_3_REG, DPORT_PMS_PRO_DRAM0_ILG_EN );
422 DPORT_CLEAR_PERI_REG_MASK( DPORT_PMS_PRO_DRAM0_3_REG, DPORT_PMS_PRO_DRAM0_ILG_EN );
438 return DPORT_REG_GET_FIELD(DPORT_PMS_PRO_DRAM0_3_REG, DPORT_PMS_PRO_DRAM0_ILG_EN);
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_ll.h511 DPORT_SET_PERI_REG_MASK(DPORT_PMS_PRO_DRAM0_3_REG, DPORT_PMS_PRO_DRAM0_ILG_EN); in memprot_ll_dram0_intr_ena()
513 DPORT_CLEAR_PERI_REG_MASK(DPORT_PMS_PRO_DRAM0_3_REG, DPORT_PMS_PRO_DRAM0_ILG_EN); in memprot_ll_dram0_intr_ena()
530 return DPORT_REG_GET_FIELD(DPORT_PMS_PRO_DRAM0_3_REG, DPORT_PMS_PRO_DRAM0_ILG_EN); in memprot_ll_dram0_get_intr_ena_bit()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsensitive_reg.h381 #define DPORT_PMS_PRO_DRAM0_ILG_EN (BIT(1)) macro