Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dtrace_ll.h21 int reg[] = {DPORT_PRO_TRACEMEM_ENA_REG, DPORT_APP_TRACEMEM_ENA_REG}; in trace_ll_mem_enable()
/hal_espressif-3.6.0/components/xtensa/trax/test/
Dgdbinit17 # DPORT_PRO_TRACEMEM_ENA_REG = 1
/hal_espressif-3.6.0/components/app_trace/port/xtensa/
Dport.c306 DPORT_WRITE_PERI_REG(DPORT_PRO_TRACEMEM_ENA_REG, DPORT_PRO_TRACEMEM_ENA_M); in esp_apptrace_trax_memory_enable()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h662 #define DPORT_PRO_TRACEMEM_ENA_REG (DR_REG_DPORT_BASE + 0x074) macro