Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_cpu.h21 #define ESP_WATCHPOINT_STORE 0x80000000 macro
/hal_espressif-3.6.0/components/esp_hw_support/
Dcpu_util.c52 case ESP_WATCHPOINT_STORE: in esp_cpu_set_watchpoint()
/hal_espressif-3.6.0/components/freertos/port/riscv/
Dport.c396 …et_watchpoint(STACK_WATCH_POINT_NUMBER, (char *)addr, STACK_WATCH_AREA_SIZE, ESP_WATCHPOINT_STORE); in vPortSetStackWatchpoint()
/hal_espressif-3.6.0/components/espcoredump/src/
Dcore_dump_common.c131 …esp_cpu_set_watchpoint(1, topStack+xPortGetCoreID()*configISR_STACK_SIZE, 1, ESP_WATCHPOINT_STORE); in esp_core_dump_setup_stack()
/hal_espressif-3.6.0/components/freertos/port/xtensa/
Dport.c418 esp_cpu_set_watchpoint(STACK_WATCH_POINT_NUMBER, (char *)addr, 32, ESP_WATCHPOINT_STORE); in vPortSetStackWatchpoint()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dheap_debug.rst83 …riggers. For example ``esp_cpu_set_watchpoint(0, (void *)addr, 4, ESP_WATCHPOINT_STORE``. Note tha…