In arch/arm/src/stm32/hardware/stm32_dma_v1.h, I have to add DMA channel mappings of the form: # define DMACHAN_ADC1 STM32_DMA1_CHAN1 for the (new) case of CONFIG_STM32_STM32G47XX. How / where can I find the names and values that should be defined?
Probably in the data sheet rather that the user manual