[][src]Type Definition msp430fr4133::port_3_4::P4IN

type P4IN = Reg<u8, _P4IN>;

Port 4 Input

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

For information about available fields see p4in module

Trait Implementations

impl Readable for P4IN[src]

read() method returns p4in::R reader structure

impl ResetValue for P4IN[src]

Register P4IN reset()'s with value 0

type Type = u8

Register size

impl Writable for P4IN[src]

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