Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Detm_hal.h28 } etm_hal_context_t; typedef
35 void etm_hal_init(etm_hal_context_t *hal);
42 void etm_hal_deinit(etm_hal_context_t *hal);
/hal_espressif-latest/components/hal/
Detm_hal.c11 void etm_hal_init(etm_hal_context_t *hal) in etm_hal_init()
16 void etm_hal_deinit(etm_hal_context_t *hal) in etm_hal_deinit()
/hal_espressif-latest/components/esp_hw_support/
Desp_etm.c45 etm_hal_context_t hal; // hardware abstraction layer context
288 etm_hal_context_t *hal = &group->hal; in esp_etm_dump()