[][src]Type Definition msp430fr2355::p2::P2IFG

type P2IFG = Reg<u8, _P2IFG>;

Port 2 Interrupt Flag

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

For information about available fields see p2ifg module

Trait Implementations

impl Readable for P2IFG[src]

read() method returns p2ifg::R reader structure

impl ResetValue for P2IFG[src]

Register P2IFG reset()'s with value 0

type Type = u8

Register size

impl Writable for P2IFG[src]

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