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.