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

type SM3_SHIFTCTRL = Reg<u32, _SM3_SHIFTCTRL>;

Control behaviour of the input/output shift registers for state machine 3

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

For information about available fields see sm3_shiftctrl module

Trait Implementations

impl Readable for SM3_SHIFTCTRL[src]

read() method returns sm3_shiftctrl::R reader structure

impl ResetValue for SM3_SHIFTCTRL[src]

Register SM3_SHIFTCTRL reset()'s with value 0x000c_0000

type Type = u32

Register size

impl Writable for SM3_SHIFTCTRL[src]

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