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

type P2IES = Reg<u8, _P2IES>;

Port 2 Interrupt Edge Select

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

For information about available fields see p2ies module

Trait Implementations

impl Readable for P2IES[src]

read() method returns p2ies::R reader structure

impl ResetValue for P2IES[src]

Register P2IES reset()'s with value 0

type Type = u8

Register size

impl Writable for P2IES[src]

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