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.
reset()
method sets SM_INSTR to value 0
write(|w| ..)
method takes sm_instr::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns sm_instr::R
reader structure