Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/
Dadc_oneshot.c217 bool success_free = s_adc_unit_free(handle->unit_id); in adc_oneshot_del_unit() local
218 …ESP_RETURN_ON_FALSE(success_free, ESP_ERR_NOT_FOUND, TAG, "adc%"PRId32" isn't in use", handle->uni… in adc_oneshot_del_unit()