Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dcpu.c148 int ret = semihosting_call_noerrno(ESP_SEMIHOSTING_SYS_BREAKPOINT_SET, args); in esp_cpu_set_breakpoint()
171 int ret = semihosting_call_noerrno(ESP_SEMIHOSTING_SYS_BREAKPOINT_SET, args); in esp_cpu_clear_breakpoint()
213 int ret = semihosting_call_noerrno(ESP_SEMIHOSTING_SYS_WATCHPOINT_SET, args); in esp_cpu_set_watchpoint()
236 int ret = semihosting_call_noerrno(ESP_SEMIHOSTING_SYS_WATCHPOINT_SET, args); in esp_cpu_clear_watchpoint()
/hal_espressif-latest/components/xtensa/include/xtensa/
Dsemihosting.h26 static inline long semihosting_call_noerrno(long id, long *data) in semihosting_call_noerrno() function
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Ddebug_stubs.c24 … return (int) semihosting_call_noerrno(ESP_SEMIHOSTING_SYS_DBG_STUBS_INIT, (long*)stub_table_addr); in esp_dbg_stubs_advertise_table()
/hal_espressif-latest/components/riscv/include/riscv/
Dsemihosting.h73 static inline long semihosting_call_noerrno(long id, long *data) in semihosting_call_noerrno() function
/hal_espressif-latest/components/esp_system/
Dpanic.c308 semihosting_call_noerrno(ESP_SEMIHOSTING_SYS_PANIC_REASON, args); in esp_panic_handler()