Searched defs:gpio_etm_task_t (Results 1 – 1 of 1) sorted by relevance
31 typedef struct gpio_etm_task_t gpio_etm_task_t; typedef47 struct gpio_etm_task_t { struct48 esp_etm_task_t base;49 int chan_id;50 gpio_etm_group_t *group;51 size_t num_of_gpios; // record the number of GPIOs that are bound to the etm task