Function imxrt_iomuxc::adc::prepare

source ·
pub fn prepare<P: Pin<N>, const N: u8>(pin: &mut P)
Expand description

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.