pub unsafe fn set_out_pin<PIO: Instance, const SM: usize>(
sm: &mut StateMachine<'_, PIO, SM>,
data: u32,
)
Expand description
Out instruction for pin destination.
pub unsafe fn set_out_pin<PIO: Instance, const SM: usize>(
sm: &mut StateMachine<'_, PIO, SM>,
data: u32,
)
Out instruction for pin destination.