Module lpc11uxx::adc

source ·
Expand description

ADC

Modules

A/D Control Register. The CR register must be written to select the operating mode before A/D conversion can occur.
A/D Channel Data Register. This register contains the result of the most recent conversion completed on channel N
A/D Global Data Register. Contains the result of the most recent A/D conversion.
A/D Interrupt Enable Register. This register contains enable bits that allow the DONE flag of each A/D channel to be included or excluded from contributing to the generation of an A/D interrupt.
A/D Status Register. This register contains DONE and OVERRUN flags for all of the A/D channels, as well as the A/D interrupt flag.

Structs

A/D Control Register. The CR register must be written to select the operating mode before A/D conversion can occur.
A/D Channel Data Register. This register contains the result of the most recent conversion completed on channel N
A/D Global Data Register. Contains the result of the most recent A/D conversion.
A/D Interrupt Enable Register. This register contains enable bits that allow the DONE flag of each A/D channel to be included or excluded from contributing to the generation of an A/D interrupt.
Register block
A/D Status Register. This register contains DONE and OVERRUN flags for all of the A/D channels, as well as the A/D interrupt flag.