Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmemprot_ll.h122 DPORT_WRITE_PERI_REG( DPORT_PMS_PRO_IRAM0_0_REG, DPORT_PMS_PRO_IRAM0_LOCK);
132 return DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_0_REG, DPORT_PMS_PRO_IRAM0_LOCK);
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dmemprot_ll.h90 DPORT_WRITE_PERI_REG( DPORT_PMS_PRO_IRAM0_0_REG, DPORT_PMS_PRO_IRAM0_LOCK); in memprot_ll_iram0_set_lock()
100 return DPORT_REG_GET_FIELD(DPORT_PMS_PRO_IRAM0_0_REG, DPORT_PMS_PRO_IRAM0_LOCK); in memprot_ll_iram0_get_lock_bit()
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsensitive_reg.h57 #define DPORT_PMS_PRO_IRAM0_LOCK (BIT(0)) macro