[][src]Type Definition msp430g2553::port_3_4::P3DIR

type P3DIR = Reg<u8, _P3DIR>;

Port 3 Direction

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

For information about available fields see p3dir module

Trait Implementations

impl Readable for P3DIR[src]

read() method returns p3dir::R reader structure

impl ResetValue for P3DIR[src]

Register P3DIR reset()'s with value 0

type Type = u8

Register size

impl Writable for P3DIR[src]

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