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

type P3IN = Reg<u8, _P3IN>;

Port 3 Input

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

For information about available fields see p3in module

Trait Implementations

impl Readable for P3IN[src]

read() method returns p3in::R reader structure

impl ResetValue for P3IN[src]

Register P3IN reset()'s with value 0

type Type = u8

Register size

impl Writable for P3IN[src]

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