Home
last modified time | relevance | path

Searched refs:DPORT_GET_PERI_REG_MASK (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dcache_err_int.c80 if (DPORT_GET_PERI_REG_MASK(DPORT_PRO_DCACHE_DBUG3_REG, pro_mask)) { in esp_cache_err_get_cpuid()
92 if (DPORT_GET_PERI_REG_MASK(DPORT_APP_DCACHE_DBUG3_REG, app_mask)) { in esp_cache_err_get_cpuid()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dmemprot_peri_ll.h63 return DPORT_GET_PERI_REG_MASK(DPORT_PMS_PRO_DPORT_7_REG, DPORT_PMS_PRO_DPORT_ILG_INTR) > 0; in memprot_ll_peri1_is_assoc_intr()
223 return DPORT_GET_PERI_REG_MASK(DPORT_PMS_PRO_AHB_3_REG, DPORT_PMS_PRO_AHB_ILG_INTR) > 0; in memprot_ll_peri2_is_assoc_intr()
Dmemprot_ll.h62 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()
512 return DPORT_GET_PERI_REG_MASK(DPORT_PMS_PRO_DRAM0_3_REG, DPORT_PMS_PRO_DRAM0_ILG_INTR) > 0; in memprot_ll_dram0_is_assoc_intr()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Ddport_access.h96 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Ddport_access.h93 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Ddport_access.h95 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Ddport_access.h96 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Ddport_access.h96 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Ddport_access.h94 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_access.h187 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c236 if (!DPORT_GET_PERI_REG_MASK(DPORT_APPCPU_CTRL_B_REG, DPORT_APPCPU_CLKGATE_EN)) { in start_other_core()