[][src]Type Definition lpc55_pac::syscon::GPIOPSYNC

type GPIOPSYNC = Reg<u32, _GPIOPSYNC>;
[]

Enable bypass of the first stage of synchonization inside GPIO_INT module

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

For information about available fields see gpiopsync module

Trait Implementations

impl Readable for GPIOPSYNC[src]

read() method returns gpiopsync::R reader structure

impl ResetValue for GPIOPSYNC[src][+]

Register GPIOPSYNC reset()'s with value 0

type Type = u32

Register size

impl Writable for GPIOPSYNC[src]

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