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

type P1IES = Reg<u8, _P1IES>;

Port 1 Interrupt Edge Select

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

For information about available fields see p1ies module

Trait Implementations

impl Readable for P1IES[src]

read() method returns p1ies::R reader structure

impl ResetValue for P1IES[src]

Register P1IES reset()'s with value 0

type Type = u8

Register size

impl Writable for P1IES[src]

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