[][src]Type Definition msp430fr4133::port_7_8::P8DIR

type P8DIR = Reg<u8, _P8DIR>;

Port 8 Direction

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

For information about available fields see p8dir module

Trait Implementations

impl Readable for P8DIR[src]

read() method returns p8dir::R reader structure

impl ResetValue for P8DIR[src]

Register P8DIR reset()'s with value 0

type Type = u8

Register size

impl Writable for P8DIR[src]

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