Type Definition rp2040_pac::pio0::sm::SM_INSTR[][src]

type SM_INSTR = Reg<u32, _SM_INSTR>;
Expand description

Instruction currently being executed by state machine 0\n Write to execute an instruction immediately (including jumps) and then resume execution.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see sm_instr module

Trait Implementations

Register SM_INSTR reset()’s with value 0

Register size

Reset value of the register

read() method returns sm_instr::R reader structure

write(|w| ..) method takes sm_instr::W writer structure