Function esp_idf_sys::adc_digi_stop

source ·
pub unsafe extern "C" fn adc_digi_stop() -> esp_err_t
Expand description

@brief Stop the Digital ADC and DMA peripherals. After this, the hardware stops working.

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