[][src]Type Definition msp430fr4133::port_1_2::P2IN

type P2IN = Reg<u8, _P2IN>;

Port 2 Input

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

For information about available fields see p2in module

Trait Implementations

impl Readable for P2IN[src]

read() method returns p2in::R reader structure

impl ResetValue for P2IN[src]

Register P2IN reset()'s with value 0

type Type = u8

Register size

impl Writable for P2IN[src]

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