Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dcpu_types.h18 WATCHPOINT_TRIGGER_ON_RO, // on read enumerator
/hal_espressif-3.6.0/components/hal/
Dcpu_hal.c44 if (trigger == WATCHPOINT_TRIGGER_ON_RO) { in cpu_hal_set_watchpoint()
/hal_espressif-3.6.0/components/esp_hw_support/
Dcpu_util.c50 trigger = WATCHPOINT_TRIGGER_ON_RO; in esp_cpu_set_watchpoint()