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

type P8OUT = Reg<u8, _P8OUT>;

Port 8 Output

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

For information about available fields see p8out module

Trait Implementations

impl Readable for P8OUT[src]

read() method returns p8out::R reader structure

impl ResetValue for P8OUT[src]

Register P8OUT reset()'s with value 0

type Type = u8

Register size

impl Writable for P8OUT[src]

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