[][src]Type Definition rp2040::pio0::SM2_INSTR

type SM2_INSTR = Reg<u32, _SM2_INSTR>;

Instruction currently being executed by state machine 2\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 sm2_instr module

Trait Implementations

impl Readable for SM2_INSTR[src]

read() method returns sm2_instr::R reader structure

impl ResetValue for SM2_INSTR[src]

Register SM2_INSTR reset()'s with value 0

type Type = u32

Register size

impl Writable for SM2_INSTR[src]

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