Searched refs:esp_cpu_set_watchpoint (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/esp_system/include/ |
D | esp_debug_helpers.h | 118 return esp_cpu_set_watchpoint(no, adr, size, (esp_cpu_watchpoint_trigger_t)flags); in esp_set_watchpoint()
|
/hal_espressif-latest/components/esp_hw_support/include/hal/ |
D | cpu_hal.h | 119 esp_cpu_set_watchpoint(id, addr, size, (esp_cpu_watchpoint_trigger_t)trigger); in cpu_hal_set_watchpoint()
|
D | cpu_ll.h | 82 esp_cpu_set_watchpoint(id, addr, size, trigger); in cpu_ll_set_watchpoint()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | linker.lf | 11 cpu: esp_cpu_set_watchpoint (noflash)
|
D | cpu.c | 184 esp_err_t esp_cpu_set_watchpoint(int wp_num, const void *wp_addr, size_t size, esp_cpu_watchpoint_t… in esp_cpu_set_watchpoint() function
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_cpu.h | 485 esp_err_t esp_cpu_set_watchpoint(int wp_num, const void *wp_addr, size_t size, esp_cpu_watchpoint_t…
|