Function imxrt_hal::iomuxc::lpspi::prepare

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

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.