The analog prescaler. System clock divided by the prescaler is used by the analog-digital converter. A value of 50-200 kHz is usually good (but check the data sheet).
type AnalogPrescaler = enumeration('1/2', '1/4', '1/8', '1/16', '1/32', '1/64', '1/128');