D | cpu_util.c | 43 esp_err_t IRAM_ATTR esp_cpu_set_watchpoint(int no, void *adr, int size, int flags) in esp_cpu_set_watchpoint() argument 62 cpu_hal_set_watchpoint(no, adr, size, trigger); in esp_cpu_set_watchpoint() 66 void IRAM_ATTR esp_cpu_clear_watchpoint(int no) in esp_cpu_clear_watchpoint() argument 68 cpu_hal_clear_watchpoint(no); in esp_cpu_clear_watchpoint()
|