Function imxrt_hal::iomuxc::adc::prepare[][src]

pub fn prepare<ADCx, P>(pin: &mut P) where
    ADCx: ADC,
    P: Pin<ADCx>, 

Prepare an ADC pin

Due to a requirement in the ADC module, prepare will disable the pull/keeper on the pin. The configuration change will not affect any other settings.