Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/hal/
Dcpu_hal.h24 WATCHPOINT_TRIGGER_ON_RO = ESP_CPU_WATCHPOINT_LOAD, // on read
Dcpu_ll.h78 trigger = ESP_CPU_WATCHPOINT_LOAD; in cpu_ll_set_watchpoint()
/hal_espressif-latest/components/esp_hw_support/
Dcpu.c203 bool on_read = (trigger == ESP_CPU_WATCHPOINT_LOAD || trigger == ESP_CPU_WATCHPOINT_ACCESS); in esp_cpu_set_watchpoint()
/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h74 ESP_CPU_WATCHPOINT_LOAD, enumerator