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

type P2REN = Reg<u8, _P2REN>;

Port 2 Resistor Enable

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

For information about available fields see p2ren module

Trait Implementations

impl Readable for P2REN[src]

read() method returns p2ren::R reader structure

impl ResetValue for P2REN[src]

Register P2REN reset()'s with value 0

type Type = u8

Register size

impl Writable for P2REN[src]

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