Function imxrt_iomuxc::spi::prepare[][src]

pub fn prepare<P: Pin>(pin: &mut P)

Prepare a SPI pin

If you do not call prepare() on your SPI pin, it might work as a SPI pin.

Safety

prepare() inherits all the unsafety that comes from the IOMUX supertrait.