[][src]Function imxrt_iomuxc_build::write_impl_gpio_pins

pub fn write_impl_gpio_pins<W, I>(out: &mut W, impl_gpio_pins: I) -> Result<()> where
    W: Write,
    I: IntoIterator<Item = ImplGpioPin>, 

Write the impl gpio::Pin for Pad implementations for all provided ImplGpioPin descriptions

Requirements

Assumes that the pads exist and are reachable through their modules, using use crate::processor_variant::pads::*. See write_pads() for more information.