[][src]Type Definition msp430fr4133::adc::ADCIFG

type ADCIFG = Reg<u16, _ADCIFG>;

ADC Interrupt Flag

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

For information about available fields see adcifg module

Trait Implementations

impl Readable for ADCIFG[src]

read() method returns adcifg::R reader structure

impl ResetValue for ADCIFG[src]

Register ADCIFG reset()'s with value 0

type Type = u16

Register size

impl Writable for ADCIFG[src]

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