[][src]Type Definition lpc82x_pac::adc0::FLAGS

type FLAGS = Reg<u32, _FLAGS>;

ADC Flags register. Contains the four interrupt/DMA trigger flags and the individual component overrun and threshold-compare flags. (The overrun bits replicate information stored in the result registers).

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

For information about avaliable fields see flags module

Trait Implementations

impl Readable for FLAGS[src]

read() method returns flags::R reader structure

impl Writable for FLAGS[src]

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

impl ResetValue for FLAGS[src]

Register FLAGS reset()'s with value 0

type Type = u32

Register size