Home
last modified time | relevance | path

Searched defs:esp_etm_channel_t (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Desp_etm.c35 typedef struct esp_etm_channel_t esp_etm_channel_t; typedef
55 struct esp_etm_channel_t { struct
56 int chan_id; // Channel ID
57 etm_group_t *group; // which group this channel belongs to
58 etm_chan_fsm_t fsm; // record ETM channel's driver state
59 esp_etm_event_handle_t event; // which event is connect to the channel
60 esp_etm_task_handle_t task; // which task is connect to the channel