[][src]Type Definition msp430g2553::port_1_2::P1IN

type P1IN = Reg<u8, _P1IN>;

Port 1 Input

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

For information about available fields see p1in module

Trait Implementations

impl Readable for P1IN[src]

read() method returns p1in::R reader structure

impl ResetValue for P1IN[src]

Register P1IN reset()'s with value 0

type Type = u8

Register size

impl Writable for P1IN[src]

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