Home
last modified time | relevance | path

Searched refs:ESP_SEMIHOSTING_WP_FLG_RD (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/riscv/include/riscv/
Dsemihosting.h56 #define ESP_SEMIHOSTING_WP_FLG_RD (1UL << 0) macro
/hal_espressif-latest/components/esp_hw_support/
Dcpu.c211 … (long)((on_read ? ESP_SEMIHOSTING_WP_FLG_RD : 0) | (on_write ? ESP_SEMIHOSTING_WP_FLG_WR : 0)) in esp_cpu_set_watchpoint()