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

type SM2_PINCTRL = Reg<u32, _SM2_PINCTRL>;

State machine pin control

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

For information about available fields see sm2_pinctrl module

Trait Implementations

impl Readable for SM2_PINCTRL[src]

read() method returns sm2_pinctrl::R reader structure

impl ResetValue for SM2_PINCTRL[src]

Register SM2_PINCTRL reset()'s with value 0x1400_0000

type Type = u32

Register size

impl Writable for SM2_PINCTRL[src]

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