Searched defs:esp_etm_channel_t (Results 1 – 1 of 1) sorted by relevance
35 typedef struct esp_etm_channel_t esp_etm_channel_t; typedef55 struct esp_etm_channel_t { struct56 int chan_id; // Channel ID57 etm_group_t *group; // which group this channel belongs to58 etm_chan_fsm_t fsm; // record ETM channel's driver state59 esp_etm_event_handle_t event; // which event is connect to the channel60 esp_etm_task_handle_t task; // which task is connect to the channel