[][src]Type Definition msp430fr4133::sfr::SFRIFG1

type SFRIFG1 = Reg<u16, _SFRIFG1>;

Interrupt Flag 1

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

For information about available fields see sfrifg1 module

Trait Implementations

impl Readable for SFRIFG1[src]

read() method returns sfrifg1::R reader structure

impl ResetValue for SFRIFG1[src]

Register SFRIFG1 reset()'s with value 0

type Type = u16

Register size

impl Writable for SFRIFG1[src]

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