Searched refs:adr (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/esp_system/include/ |
D | esp_debug_helpers.h | 124 static inline __attribute__((deprecated)) esp_err_t esp_set_watchpoint(int no, void *adr, int size,… in esp_set_watchpoint() argument 126 return esp_cpu_set_watchpoint(no, adr, size, flags); in esp_set_watchpoint()
|
/hal_espressif-3.6.0/components/esp_hw_support/ |
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()
|
/hal_espressif-3.6.0/components/esp_hw_support/include/ |
D | esp_cpu.h | 87 esp_err_t esp_cpu_set_watchpoint(int no, void *adr, int size, int flags);
|
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | asm_arm.inc | 65 "adr %[left], 1f \n\t" 119 "adr %[left], 1f \n\t"
|