Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_etm.h36 } esp_etm_channel_config_t; typedef
52 esp_err_t esp_etm_new_channel(const esp_etm_channel_config_t *config, esp_etm_channel_handle_t *ret…
/hal_espressif-latest/components/esp_hw_support/
Desp_etm.c175 esp_err_t esp_etm_new_channel(const esp_etm_channel_config_t *config, esp_etm_channel_handle_t *ret… in esp_etm_new_channel()