Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/gpio/
Dgpio_etm.c267 bool gpio_not_enabled = true; in gpio_etm_task_add_gpio() local
276 gpio_not_enabled = false; in gpio_etm_task_add_gpio()
279 …ESP_RETURN_ON_FALSE(gpio_not_enabled, ESP_ERR_INVALID_STATE, TAG, "gpio already enabled by other t… in gpio_etm_task_add_gpio()