[][src]Type Definition msp430fr2355::p4::P4DIR

type P4DIR = Reg<u8, _P4DIR>;

Port 4 Direction

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

For information about available fields see p4dir module

Trait Implementations

impl Readable for P4DIR[src]

read() method returns p4dir::R reader structure

impl ResetValue for P4DIR[src]

Register P4DIR reset()'s with value 0

type Type = u8

Register size

impl Writable for P4DIR[src]

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