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

type SM0_SHIFTCTRL = Reg<u32, _SM0_SHIFTCTRL>;

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

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

For information about available fields see sm0_shiftctrl module

Trait Implementations

impl Readable for SM0_SHIFTCTRL[src]

read() method returns sm0_shiftctrl::R reader structure

impl ResetValue for SM0_SHIFTCTRL[src]

Register SM0_SHIFTCTRL reset()'s with value 0x000c_0000

type Type = u32

Register size

impl Writable for SM0_SHIFTCTRL[src]

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