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

type SM0_INSTR = Reg<u32, _SM0_INSTR>;

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 sm0_instr module

Trait Implementations

impl Readable for SM0_INSTR[src]

read() method returns sm0_instr::R reader structure

impl ResetValue for SM0_INSTR[src]

Register SM0_INSTR reset()'s with value 0

type Type = u32

Register size

impl Writable for SM0_INSTR[src]

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