[][src]Function esp_idf_sys::i2s_adc_disable

pub unsafe extern "C" fn i2s_adc_disable(i2s_num: i2s_port_t) -> esp_err_t

@brief Stop to use I2S built-in ADC mode @param i2s_num i2s port index @note This function would release the lock of ADC so that other tasks can use ADC. @return - ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error - ESP_ERR_INVALID_STATE Driver state error