Searched refs:DPORT_GET_PERI_REG_MASK (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | cache_err_int.c | 80 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/ |
D | memprot_peri_ll.h | 63 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()
|
D | memprot_ll.h | 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() 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/ |
D | dport_access.h | 96 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | dport_access.h | 93 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | dport_access.h | 95 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | dport_access.h | 96 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | dport_access.h | 96 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | dport_access.h | 94 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | dport_access.h | 187 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
|
/hal_espressif-latest/components/esp_system/port/ |
D | cpu_start.c | 236 if (!DPORT_GET_PERI_REG_MASK(DPORT_APPCPU_CTRL_B_REG, DPORT_APPCPU_CLKGATE_EN)) { in start_other_core()
|