DMAMUX to DMA channel/stream numbering discrepancy
In the single-port DMA, transfer units (to which requests correspond) are called Channels and they are numbered 1-based.
In the dual-port DMA, transfer units are called Streams and they are numbered 0-based.
DMAMUX documentation in various STM32 models, in description of the output requests, talks about Channels and number them 0-based. It means, this is incorrect for both the single-and dual-port DMA models.
For example, from RM0440/'G4:

ST, can you please go through all RMs mentioning DMAMUX and fix this, thoroughly and once for all?
And can you please add this information also into the related AN5224 (into which G4 still needs to be added)?