Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dcpu_types.h18 WATCHPOINT_TRIGGER_ON_RO, // on read enumerator
/device/soc/esp/esp32/components/hal/
Dcpu_hal.c44 if (trigger == WATCHPOINT_TRIGGER_ON_RO) { in cpu_hal_set_watchpoint()
/device/soc/esp/esp32/components/esp_hw_support/
Dcpu_util.c57 trigger = WATCHPOINT_TRIGGER_ON_RO; in esp_set_watchpoint()