Single Mode 8-Bit and 12-Bit Configuration

There are two available Single modes: Single 8-bit mode and Single 12-bit mode. The two modes can be selected by writing the MODE bits in the ADCn.COMMAND register. Below are code examples showing the configuration of the Single modes.
/* 8-bit */
ADC0.COMMAND = ADC_MODE_SINGLE_8BIT_gc;
/* 12-bit */
ADC0.COMMAND = ADC_MODE_SINGLE_12BIT_gc;