[][src]Type Definition msp430fr2355::p2::P2OUT

type P2OUT = Reg<u8, _P2OUT>;

Port 2 Output

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

For information about available fields see p2out module

Trait Implementations

impl Readable for P2OUT[src]

read() method returns p2out::R reader structure

impl ResetValue for P2OUT[src]

Register P2OUT reset()'s with value 0

type Type = u8

Register size

impl Writable for P2OUT[src]

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