Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/hal/
Dcpu_hal.h25 WATCHPOINT_TRIGGER_ON_WO = ESP_CPU_WATCHPOINT_STORE, // on write
Dcpu_ll.h80 trigger = ESP_CPU_WATCHPOINT_STORE; in cpu_ll_set_watchpoint()
/hal_espressif-latest/components/esp_hw_support/
Dcpu.c204 bool on_write = (trigger == ESP_CPU_WATCHPOINT_STORE || trigger == ESP_CPU_WATCHPOINT_ACCESS); in esp_cpu_set_watchpoint()
/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h75 ESP_CPU_WATCHPOINT_STORE, enumerator