Home
last modified time | relevance | path

Searched refs:dstat (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/esp32s2/
Dbootloader_esp32s2.c60 lsstat = 0, lsaddr = 0, lsdata = 0, dstat = 0; in wdt_reset_info_dump()
66 dstat = REG_READ(ASSIST_DEBUG_PRO_RCD_PDEBUGSTATUS); in wdt_reset_info_dump()
74 DPORT_RECORD_PDEBUGSTATUS_BBCAUSE(dstat) == DPORT_RECORD_PDEBUGSTATUS_BBCAUSE_WAITI) { in wdt_reset_info_dump()
82 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGSTATUS 0x%08"PRIx32, cpu_name, dstat); in wdt_reset_info_dump()
/hal_espressif-latest/components/bootloader_support/src/esp32/
Dbootloader_esp32.c94 lsstat = 0, lsaddr = 0, lsdata = 0, dstat = 0; in wdt_reset_info_dump() local
101 dstat = DPORT_REG_READ(DPORT_PRO_CPU_RECORD_PDEBUGSTATUS_REG); in wdt_reset_info_dump()
112 dstat = DPORT_REG_READ(DPORT_APP_CPU_RECORD_PDEBUGSTATUS_REG); in wdt_reset_info_dump()
122 DPORT_RECORD_PDEBUGSTATUS_BBCAUSE(dstat) == DPORT_RECORD_PDEBUGSTATUS_BBCAUSE_WAITI) { in wdt_reset_info_dump()
130 ESP_LOGD(TAG, "WDT reset info: %s CPU PDEBUGSTATUS 0x%08"PRIx32, cpu_name, dstat); in wdt_reset_info_dump()
/hal_espressif-latest/zephyr/esp32/src/
Dsoc_init.c18 dstat = 0; in wdt_reset_info_dump() local
28 dstat = DPORT_REG_READ(DPORT_PRO_CPU_RECORD_PDEBUGSTATUS_REG); in wdt_reset_info_dump()
42 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGSTATUS 0x%08" PRIx32, cpu_name, dstat); in wdt_reset_info_dump()
/hal_espressif-latest/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c60 lsstat = 0, lsaddr = 0, lsdata = 0, dstat = 0; in wdt_reset_info_dump() local
67 dstat = REG_READ(ASSIST_DEBUG_CORE_0_RCD_PDEBUGSTATUS_REG); in wdt_reset_info_dump()
76 dstat = REG_READ(ASSIST_DEBUG_CORE_1_RCD_PDEBUGSTATUS_REG); in wdt_reset_info_dump()
91 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGSTATUS 0x%08"PRIx32, cpu_name, dstat); in wdt_reset_info_dump()
/hal_espressif-latest/zephyr/esp32s3/src/
Dsoc_init.c68 dstat = 0; in wdt_reset_info_dump() local
76 dstat = REG_READ(ASSIST_DEBUG_CORE_0_RCD_PDEBUGSTATUS_REG); in wdt_reset_info_dump()
90 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PDEBUGSTATUS 0x%08" PRIx32, cpu_name, dstat); in wdt_reset_info_dump()