Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dmemprot_ll.h539 DPORT_WRITE_PERI_REG(DPORT_PMS_PRO_DRAM0_0_REG, DPORT_PMS_PRO_DRAM0_LOCK); in memprot_ll_dram0_set_lock()
549 return DPORT_REG_GET_FIELD(DPORT_PMS_PRO_DRAM0_0_REG, DPORT_PMS_PRO_DRAM0_LOCK); in memprot_ll_dram0_get_lock_bit()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsensitive_reg.h255 #define DPORT_PMS_PRO_DRAM0_LOCK (BIT(0)) macro