Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dtrax.c35 if (which == TRAX_ENA_PRO_APP || which == TRAX_ENA_PRO_APP_SWAP) return ESP_ERR_NO_MEM; in trax_enable()
37 if (which == TRAX_ENA_PRO_APP || which == TRAX_ENA_PRO_APP_SWAP) { in trax_enable()
42 …trace_ll_mem_enable(0, (which == TRAX_ENA_PRO_APP || which == TRAX_ENA_PRO_APP_SWAP || which == TR… in trax_enable()
43 …trace_ll_mem_enable(1, (which == TRAX_ENA_PRO_APP || which == TRAX_ENA_PRO_APP_SWAP || which == TR… in trax_enable()
59 else if (which == TRAX_ENA_PRO_APP) { in trax_enable()
/hal_espressif-latest/components/esp_system/port/include/private/esp_private/
Dtrax.h26 TRAX_ENA_PRO_APP, enumerator
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c598 trax_enable(TRAX_ENA_PRO_APP);