Type Alias rp2040_pac::pio0::sm::SM_INSTR

source ·
pub type SM_INSTR = Reg<SM_INSTR_SPEC>;
Expand description

SM_INSTR (rw) register accessor: Read to see the instruction currently addressed by state machine 0’s program counter
Write to execute an instruction immediately (including jumps) and then resume execution.

You can read this register and get sm_instr::R. You can reset, write, write_with_zero this register using sm_instr::W. You can also modify this register. See API.

For information about available fields see sm_instr module

Aliased Type§

struct SM_INSTR { /* private fields */ }