[][src]Type Definition msp430g2553::port_3_4::P3REN

type P3REN = Reg<u8, _P3REN>;

Port 3 Resistor Enable

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

For information about available fields see p3ren module

Trait Implementations

impl Readable for P3REN[src]

read() method returns p3ren::R reader structure

impl ResetValue for P3REN[src]

Register P3REN reset()'s with value 0

type Type = u8

Register size

impl Writable for P3REN[src]

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