Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/hal/include/hal/
Dcpu_types.h19 WATCHPOINT_TRIGGER_ON_WO, // on write enumerator
/hal_espressif-3.4.0/components/hal/
Dcpu_hal.c46 } else if (trigger == WATCHPOINT_TRIGGER_ON_WO) { in cpu_hal_set_watchpoint()
/hal_espressif-3.4.0/components/esp_hw_support/
Dcpu_util.c53 trigger = WATCHPOINT_TRIGGER_ON_WO; in esp_cpu_set_watchpoint()