Function imxrt_iomuxc::clear_sion

source ·
pub fn clear_sion<I: Iomuxc>(pad: &mut I)
Expand description

Clear the SION bit in a pad’s MUX register

Users who are using strongly-typed pads should not call clear_sion() directly. Instead, clear_sion() will be used in a peripheral’s prepare() function as needed, so that you don’t have to call it.

However, you should use clear_sion() if you’re using any type-erased pads, since those pads cannot be used with a peripheral’s prepare() function.