Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32/src/
Dsoc_init.c53 DPORT_PRO_CPU_PDEBUG_ENABLE | DPORT_PRO_CPU_RECORD_ENABLE); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/bootloader_support/src/esp32/
Dbootloader_esp32.c87 …DPORT_REG_SET_BIT(DPORT_PRO_CPU_RECORD_CTRL_REG, DPORT_PRO_CPU_PDEBUG_ENABLE | DPORT_PRO_CPU_RECOR… in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_reg.h3138 #define DPORT_PRO_CPU_PDEBUG_ENABLE (BIT(8)) macro