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

type P1IFG = Reg<u8, _P1IFG>;

Port 1 Interrupt Flag

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

For information about available fields see p1ifg module

Trait Implementations

impl Readable for P1IFG[src]

read() method returns p1ifg::R reader structure

impl ResetValue for P1IFG[src]

Register P1IFG reset()'s with value 0

type Type = u8

Register size

impl Writable for P1IFG[src]

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