ADC driver:
- Identify ADCs by their reg addr instead of their label, as this property is going deprecated in Zephyr.
- Move all low-level calls to adc_core instead of adc_channels.
- Move adc_channels into Data Acquisition.
- Add an ADC stop function.
- ADC driver module self-manages ADC init.