Currently only single sample mode is supported by HAL. G0 is very similar to L0 and it supports [ADC over DMA](https://github.com/stm32-rs/stm32l0xx-hal/blob/master/src/adc.rs). However firstly we need to implement `DMAMUX`: #12 and then L0 code can be ported here.