ADCn
ADCn, short for analog-to-digital converter n, is a generic label used in microcontroller and system-on-chip documentation to denote the nth ADC peripheral installed on the device. It is not a specific product, but a placeholder that distinguishes multiple converters, such as ADC1, ADC2, and ADC3, within a single chip.
An ADC converts an analog voltage on one of its input channels to a digital code that
Architectures and performance vary by device. Common MCU ADCs use successive-approximation-register (SAR) architectures for good speed
In firmware, ADCn is enabled and configured for a specific channel, sampling time, and trigger source; a
See also: analog-to-digital converter, microcontroller, ADC resolution, sampling rate, DMA.