Searched refs:success_free (Results 1 – 1 of 1) sorted by relevance
217 bool success_free = s_adc_unit_free(handle->unit_id); in adc_oneshot_del_unit() local218 …ESP_RETURN_ON_FALSE(success_free, ESP_ERR_NOT_FOUND, TAG, "adc%"PRId32" isn't in use", handle->uni… in adc_oneshot_del_unit()