Function imxrt_hal::iomuxc::adc::prepare

source ·
pub fn prepare<P, const N: u8>(pin: &mut P)
where P: Pin<N>,
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.