Home
last modified time | relevance | path

Searched refs:esp_cpu_set_breakpoint (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/hal/
Dcpu_hal.h92 esp_cpu_set_breakpoint(id, addr); in cpu_hal_set_breakpoint()
Dcpu_ll.h51 esp_cpu_set_breakpoint(id, (const void *)pc); in cpu_ll_set_breakpoint()
/hal_espressif-latest/components/esp_hw_support/
Dlinker.lf9 cpu: esp_cpu_set_breakpoint (noflash)
Dcpu.c130 esp_err_t esp_cpu_set_breakpoint(int bp_num, const void *bp_addr) in esp_cpu_set_breakpoint() function
/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h452 esp_err_t esp_cpu_set_breakpoint(int bp_num, const void *bp_addr);
/hal_espressif-latest/components/esp_system/
Dpanic.c323 esp_cpu_set_breakpoint(0, info->addr); // use breakpoint 0 in esp_panic_handler()