Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/port/
Dcpu_start.c234 if (!DPORT_GET_PERI_REG_MASK(DPORT_APPCPU_CTRL_B_REG, DPORT_APPCPU_CLKGATE_EN)) { in start_other_core()
235 DPORT_SET_PERI_REG_MASK(DPORT_APPCPU_CTRL_B_REG, DPORT_APPCPU_CLKGATE_EN); in start_other_core()
430 …DPORT_CLEAR_PERI_REG_MASK(DPORT_APPCPU_CTRL_B_REG, DPORT_APPCPU_CLKGATE_EN); // stop the other core
/hal_espressif-3.6.0/zephyr/esp32/src/boot/
Dapp_cpu_start.c29 DPORT_SET_PERI_REG_MASK(DPORT_APPCPU_CTRL_B_REG, DPORT_APPCPU_CLKGATE_EN); in appcpu_start()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h142 #define DPORT_APPCPU_CLKGATE_EN (BIT(0)) macro