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

type SM3_EXECCTRL = Reg<u32, _SM3_EXECCTRL>;

Execution/behavioural settings for state machine 3

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

For information about available fields see sm3_execctrl module

Trait Implementations

impl Readable for SM3_EXECCTRL[src]

read() method returns sm3_execctrl::R reader structure

impl ResetValue for SM3_EXECCTRL[src]

Register SM3_EXECCTRL reset()'s with value 0x0001_f000

type Type = u32

Register size

impl Writable for SM3_EXECCTRL[src]

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