Function imxrt_hal::iomuxc::flexpwm::prepare

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

Prepare a PWM pin

Safety

prepare() inherits all the unsafety of the IOMUX supertrait.