[][src]Type Definition msp430g2553::port_3_4::P3OUT

type P3OUT = Reg<u8, _P3OUT>;

Port 3 Output

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

For information about available fields see p3out module

Trait Implementations

impl Readable for P3OUT[src]

read() method returns p3out::R reader structure

impl ResetValue for P3OUT[src]

Register P3OUT reset()'s with value 0

type Type = u8

Register size

impl Writable for P3OUT[src]

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