Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/zephyr/esp32/src/boot/
Dapp_cpu_start.c30 DPORT_CLEAR_PERI_REG_MASK(DPORT_APPCPU_CTRL_C_REG, DPORT_APPCPU_RUNSTALL); in appcpu_start()
/hal_espressif-3.6.0/components/esp_system/port/
Dcpu_start.c236 DPORT_CLEAR_PERI_REG_MASK(DPORT_APPCPU_CTRL_C_REG, DPORT_APPCPU_RUNSTALL); in start_other_core()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h150 #define DPORT_APPCPU_RUNSTALL (BIT(0)) macro