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

type P1REN = Reg<u8, _P1REN>;

Port 1 Resistor Enable

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

For information about available fields see p1ren module

Trait Implementations

impl Readable for P1REN[src]

read() method returns p1ren::R reader structure

impl ResetValue for P1REN[src]

Register P1REN reset()'s with value 0

type Type = u8

Register size

impl Writable for P1REN[src]

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