Home
last modified time | relevance | path

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

/hal_espressif-latest/zephyr/esp32s2/src/
Dsoc_init.c27 REG_WRITE(ASSIST_DEBUG_PRO_PDEBUGENABLE, 1); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/bootloader_support/src/esp32s2/
Dbootloader_esp32s2.c51 REG_WRITE(ASSIST_DEBUG_PRO_PDEBUGENABLE, 1); in wdt_reset_cpu0_info_enable()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dassist_debug_reg.h51 #define ASSIST_DEBUG_PRO_PDEBUGENABLE ((ASSIST_DEBUG_BASE) +0x58) macro