Function esp_idf_sys::adc_continuous_flush_pool

source ·
pub unsafe extern "C" fn adc_continuous_flush_pool(
    handle: adc_continuous_handle_t,
) -> esp_err_t
Expand description

@brief Flush the driver internal pool

@note This API is not supposed to be called in an ISR context

@param[in] handle ADC continuous mode driver handle

@return - ESP_ERR_INVALID_STATE Driver state is invalid, you should call this API when it’s in init state - ESP_ERR_INVALID_ARG: Invalid arguments - ESP_OK On success