pub unsafe extern "C" fn adc_continuous_stop(
    handle: adc_continuous_handle_t
) -> esp_err_t
Expand description

@brief Stop the ADC. After this, the hardware stops working.

@param[in] handle ADC continuous mode driver handle

@return - ESP_ERR_INVALID_STATE Driver state is invalid. - ESP_OK On success