Home
last modified time | relevance | path

Searched refs:esp_cpu_dbgr_is_attached (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Dcpu.c114 …if (esp_cpu_dbgr_is_attached() && DPORT_REG_GET_BIT(SYSTEM_CPU_PER_CONF_REG, SYSTEM_CPU_WAIT_MODE_… in esp_cpu_wait_for_intr()
139 if (esp_cpu_dbgr_is_attached()) { in esp_cpu_set_breakpoint()
168 if (esp_cpu_dbgr_is_attached()) { in esp_cpu_clear_breakpoint()
208 if (esp_cpu_dbgr_is_attached()) { in esp_cpu_set_watchpoint()
233 if (esp_cpu_dbgr_is_attached()) { in esp_cpu_clear_watchpoint()
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Ddebug_stubs.c21 if (!esp_cpu_dbgr_is_attached()) { in esp_dbg_stubs_advertise_table()
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_panic.c30 if (esp_cpu_dbgr_is_attached()) { in abort()
Desp_image_format.c168 bool skip_check_checksum = !do_verify || esp_cpu_dbgr_is_attached(); in image_load()
178 bool do_verify_sig = !esp_cpu_dbgr_is_attached(); in image_load()
188 if (sha_handle != NULL && !esp_cpu_dbgr_is_attached()) { in image_load()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c129 if (esp_cpu_dbgr_is_attached()) { in esp_cpu_configure_region_protection()
131 ESP_FAULT_ASSERT(esp_cpu_dbgr_is_attached()); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Dcpu_region_protect.c87 if (esp_cpu_dbgr_is_attached()) { in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/include/hal/
Dcpu_ll.h92 return esp_cpu_dbgr_is_attached(); in cpu_ll_is_debugger_attached()
/hal_espressif-latest/components/esp_system/port/
Dpanic_handler.c165 if (esp_cpu_dbgr_is_attached()) {
Dcpu_start.c321 if (esp_cpu_dbgr_is_attached()) {
/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h503 FORCE_INLINE_ATTR bool esp_cpu_dbgr_is_attached(void) in esp_cpu_dbgr_is_attached() function
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c129 if (esp_cpu_dbgr_is_attached()) { in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_system/
Dubsan.c141 if (esp_cpu_dbgr_is_attached()) { in __ubsan_maybe_debugbreak()
Dpanic.c298 if (esp_cpu_dbgr_is_attached()) { in esp_panic_handler()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Desp_memprot.c652 if (esp_cpu_dbgr_is_attached()) { in esp_mprot_set_prot()
653 ESP_FAULT_ASSERT(esp_cpu_dbgr_is_attached()); in esp_mprot_set_prot()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Dmemprot.c805 if (esp_cpu_dbgr_is_attached()) { in esp_memprot_set_prot()
806 ESP_FAULT_ASSERT(esp_cpu_dbgr_is_attached()); in esp_memprot_set_prot()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Desp_memprot.c890 if (esp_cpu_dbgr_is_attached()) { in esp_mprot_set_prot()
891 ESP_FAULT_ASSERT(esp_cpu_dbgr_is_attached()); in esp_mprot_set_prot()