Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp32/
Dcache_err_int.c89 if (DPORT_GET_PERI_REG_MASK(DPORT_PRO_DCACHE_DBUG3_REG, pro_mask)) { in esp_cache_err_get_cpuid()
101 if (DPORT_GET_PERI_REG_MASK(DPORT_APP_DCACHE_DBUG3_REG, app_mask)) { in esp_cache_err_get_cpuid()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Ddport_access.h186 #define DPORT_GET_PERI_REG_MASK(reg, mask) (DPORT_READ_PERI_REG(reg) & (mask)) macro
/device/soc/esp/esp32/components/esp_system/port/
Dcpu_start.c208 if (!DPORT_GET_PERI_REG_MASK(DPORT_APPCPU_CTRL_B_REG, DPORT_APPCPU_CLKGATE_EN)) { in start_other_core()