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

type DAT = Reg<u32, _DAT>;

ADC Channel N Data register. This register contains the result of the most recent conversion completed on channel N.

This register you can read. See API.

For information about avaliable fields see dat module

Trait Implementations

impl Readable for DAT[src]

read() method returns dat::R reader structure