Hello @PetrS , thanks for attention.
1) Did you want to mean the section 62.12, right?
I'm a little confused yet, my understanding is:
The list of channels means the channels of each instance/module of ADC defined that will be read, after trigger. So, if we defined:
Channels: CH0 (p0) and CH1 (p1) in CL;
Modules/Instances: ADC0, ADC1 and ADC2 (Target Mask = 7).
it will read CH0 of all modules parallel and after CH1 of all modules parallel, correct?
The right configuration would be with this way:

Is it correct? If yes, my configuration in the last question (4) is wrong, because I could be only program the CH0 in the list, that it will read CH0 in ADC0 and ADC1 in parallel.
2)So basically, this watermark value will set according to number of channels that has in the list (if yes, the example that I shown above, should be 6)? Or according to number of channels that are in parallel (3 in example above)? Can you give an example with more than 1 channel and more than 1 module of ADC, please?
Thanks