Home
last modified time | relevance | path

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

/hal_espressif-3.5.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.5.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.5.0/components/soc/esp32/include/soc/
Ddport_reg.h147 #define DPORT_APPCPU_CTRL_C_REG (DR_REG_DPORT_BASE + 0x034) macro