[][src]Type Definition cc2538::gpio_a::DIR

type DIR = Reg<u32, _DIR>;

The DIR register is the data direction register. All bits are cleared by a reset; therefore, the GPIO pins are input by default.

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

For information about avaliable fields see dir module

Trait Implementations

impl Readable for DIR[src]

read() method returns dir::R reader structure

impl Writable for DIR[src]

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

impl ResetValue for DIR[src]

Register DIR reset()'s with value 0

type Type = u32

Register size