[][src]Type Definition msp430fr2355::p5::P5DIR

type P5DIR = Reg<u8, _P5DIR>;

Port 5 Direction

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

For information about available fields see p5dir module

Trait Implementations

impl Readable for P5DIR[src]

read() method returns p5dir::R reader structure

impl ResetValue for P5DIR[src]

Register P5DIR reset()'s with value 0

type Type = u8

Register size

impl Writable for P5DIR[src]

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