Searched refs:semihosting_call_noerrno (Results 1 – 5 of 5) sorted by relevance
148 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()
26 static inline long semihosting_call_noerrno(long id, long *data) in semihosting_call_noerrno() function
24 … return (int) semihosting_call_noerrno(ESP_SEMIHOSTING_SYS_DBG_STUBS_INIT, (long*)stub_table_addr); in esp_dbg_stubs_advertise_table()
73 static inline long semihosting_call_noerrno(long id, long *data) in semihosting_call_noerrno() function
308 semihosting_call_noerrno(ESP_SEMIHOSTING_SYS_PANIC_REASON, args); in esp_panic_handler()