Read only from one channel of the ADC
I have two active ADCs with many channels reading, some in regular converison, some injected, etc.

The code is autogenerated from MC Workbench, but I added a channel 11 for an external potentiometer.
I don't really know in the autogenerated files where the other ADC channels are read, and in addition to reading those channels, I should also read channel 11.
I ask you if this code is sufficient (in the main.c) to read also from ADC1 and channel 11:
there is the error: ADC_HandleTypeDef has no member named rank

Maybe I should add these lines of code where the other channels are also read? ..to avoid two HAL_ADC_ConvCpltCallbacks in the project.
I kindly ask you how to solve (I think bases a simple line of code that unfortunately I do not know)
Thank you.
