File tree Expand file tree Collapse file tree
ports/raspberrypi/bindings/rp2pio Expand file tree Collapse file tree Original file line number Diff line number Diff line change 101101//| :param int frequency: the target clock frequency of the state machine. Actual may be less. Use 0 for system clock speed.
102102//| :param ReadableBuffer init: a program to run once at start up. This is run after program
103103//| is started so instructions may be intermingled
104- //| :param ReadableBuffer may_exec: Instructions that may be executed via `StateMachine.exec ` calls.
104+ //| :param ReadableBuffer may_exec: Instructions that may be executed via `StateMachine.run ` calls.
105105//| Some elements of the `StateMachine`'s configuration are inferred from the instructions used;
106106//| for instance, if there is no ``in`` or ``push`` instruction, then the `StateMachine` is configured without a receive FIFO.
107107//| In this case, passing a ``may_exec`` program containing an ``in`` instruction such as ``in x``, a receive FIFO will be configured.
You can’t perform that action at this time.
0 commit comments