Type Definition msp430g2211::port_1_2::P1DIR[][src]

type P1DIR = Reg<u8, _P1DIR>;

Port 1 Direction

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

For information about available fields see p1dir module

Trait Implementations

impl Readable for P1DIR[src]

read() method returns p1dir::R reader structure

impl ResetValue for P1DIR[src]

Register P1DIR reset()’s with value 0

type Type = u8

Register size

impl Writable for P1DIR[src]

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