Type Definition msp430g2211::port_1_2::P1OUT[][src]

type P1OUT = Reg<u8, _P1OUT>;

Port 1 Output

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

For information about available fields see p1out module

Trait Implementations

impl Readable for P1OUT[src]

read() method returns p1out::R reader structure

impl ResetValue for P1OUT[src]

Register P1OUT reset()’s with value 0

type Type = u8

Register size

impl Writable for P1OUT[src]

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