[][src]Type Definition msp430g2553::port_1_2::P1SEL

type P1SEL = Reg<u8, _P1SEL>;

Port 1 Selection

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

For information about available fields see p1sel module

Trait Implementations

impl Readable for P1SEL[src]

read() method returns p1sel::R reader structure

impl ResetValue for P1SEL[src]

Register P1SEL reset()'s with value 0

type Type = u8

Register size

impl Writable for P1SEL[src]

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