Function esp_idf_hal::sys::adc_continuous_stop
source ยท pub unsafe extern "C" fn adc_continuous_stop(
handle: *mut adc_continuous_ctx_t,
) -> i32
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