[][src]Type Definition msp430g2553::special_function::IFG2

type IFG2 = Reg<u8, _IFG2>;

Interrupt Flag 2

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

For information about available fields see ifg2 module

Trait Implementations

impl Readable for IFG2[src]

read() method returns ifg2::R reader structure

impl ResetValue for IFG2[src]

Register IFG2 reset()'s with value 0

type Type = u8

Register size

impl Writable for IFG2[src]

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