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

type IFG1 = Reg<u8, _IFG1>;

Interrupt Flag 1

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

For information about available fields see ifg1 module

Trait Implementations

impl Readable for IFG1[src]

read() method returns ifg1::R reader structure

impl ResetValue for IFG1[src]

Register IFG1 reset()'s with value 0

type Type = u8

Register size

impl Writable for IFG1[src]

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