Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/port/boot/
Desp_image_loader.c212 DPORT_SET_PERI_REG_MASK(DPORT_APPCPU_CTRL_A_REG, DPORT_APPCPU_RESETTING); in appcpu_start()
213 DPORT_CLEAR_PERI_REG_MASK(DPORT_APPCPU_CTRL_A_REG, DPORT_APPCPU_RESETTING); in appcpu_start()
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c239 DPORT_SET_PERI_REG_MASK(DPORT_APPCPU_CTRL_A_REG, DPORT_APPCPU_RESETTING); in start_other_core()
240 DPORT_CLEAR_PERI_REG_MASK(DPORT_APPCPU_CTRL_A_REG, DPORT_APPCPU_RESETTING); in start_other_core()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h123 #define DPORT_APPCPU_CTRL_A_REG (DR_REG_DPORT_BASE + 0x02C) macro