Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/gpio/
Dgpio_etm.c32 typedef struct gpio_etm_event_t gpio_etm_event_t; typedef
38 gpio_etm_event_t *events[SOC_GPIO_ETM_EVENTS_PER_GROUP];
41 struct gpio_etm_event_t { struct
59 static esp_err_t gpio_etm_event_register_to_group(gpio_etm_event_t *event) in gpio_etm_event_register_to_group() argument
101 static void gpio_etm_event_unregister_from_group(gpio_etm_event_t *event) in gpio_etm_event_unregister_from_group()
119 static esp_err_t gpio_etm_event_destroy(gpio_etm_event_t *event) in gpio_etm_event_destroy()
139 gpio_etm_event_t *gpio_event = __containerof(event, gpio_etm_event_t, base); in gpio_del_etm_event()
162 gpio_etm_event_t *event = NULL; in gpio_new_etm_event()
165 event = heap_caps_calloc(1, sizeof(gpio_etm_event_t), ETM_MEM_ALLOC_CAPS); in gpio_new_etm_event()
249 gpio_etm_event_t *gpio_event = __containerof(event, gpio_etm_event_t, base); in gpio_etm_event_bind_gpio()
/hal_espressif-latest/components/esp_hw_support/
DREADME.md50 gpio_etm_event_t --|> esp_etm_event_t : Inheritance
51 class gpio_etm_event_t {