embassy-rp

Crates

0.3.0

Versions

rp2040

Flavors

Module instr

Source
Expand description

Instructions controlling the PIO.

Functions§

exec_jmp
Jump instruction to address.
get_x
Get value of scratch register X.
get_y
Get value of scratch register Y.
set_out_pin
Out instruction for pin destination.
set_out_pindir
Out instruction for pindir destination.
set_pin
Set instruction for pin destination.
set_pindir
Set instruction for pindir destination.
set_x
Set value of scratch register X.
set_y
Set value of scratch register Y.