[][src]Type Definition msp430fr4133::port_5_6::P6DIR

type P6DIR = Reg<u8, _P6DIR>;

Port 6 Direction

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

For information about available fields see p6dir module

Trait Implementations

impl Readable for P6DIR[src]

read() method returns p6dir::R reader structure

impl ResetValue for P6DIR[src]

Register P6DIR reset()'s with value 0

type Type = u8

Register size

impl Writable for P6DIR[src]

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