[][src]Type Definition lpc55s6x_pac::secgpio::DIR0

type DIR0 = Reg<u32, _DIR0>;

Direction registers for all port GPIO pins

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

For information about available fields see dir0 module

Trait Implementations

impl Readable for DIR0[src]

read() method returns dir0::R reader structure

impl ResetValue for DIR0[src]

Register DIR0 reset()'s with value 0

type Type = u32

Register size

impl Writable for DIR0[src]

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