Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_system/include/
Desp_debug_helpers.h116 static inline __attribute__((deprecated)) esp_err_t esp_set_watchpoint(int no, void *adr, int size,… in esp_set_watchpoint() argument
118 return esp_cpu_set_watchpoint(no, adr, size, (esp_cpu_watchpoint_trigger_t)flags); in esp_set_watchpoint()