Home
last modified time | relevance | path

Searched refs:ESP_SEMIHOSTING_SYS_WATCHPOINT_SET (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/riscv/include/riscv/
Dsemihosting.h52 #define ESP_SEMIHOSTING_SYS_WATCHPOINT_SET 0x104 macro
/hal_espressif-latest/components/esp_hw_support/
Dcpu.c213 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()