STM32H743VG Pin PC2_C and PC3_C
Hello folks!
The STM32H743VC Processor has two pins, that have a "_C" at the end of the name:
Pin 17: "PC2_C" and Pin 18: "PC3_C"

When I want to know what the C means, the Datasheet says: refer to the reference manual.
DS12110 Rev 10 - page 67 - Pin Description, Footnote (6) on Pin 17 and 18:
There is a direct path between Pxy_C and Pxy pins/balls, through an analog switch.
Pxy alternate functions are available on Pxy_C when the analog switch is closed.
The analog switch is configured through a SYSCFG register. Refer to the product
reference manual for a detailed description of the switch configuration bits.
The Reference Manual tells me, that I can close an analog switch
RM0433 Rev 8 - Chapter 12.3.1 - Page 548+: (for PC2_C):
This bit controls the analog switch between PC2 and PC2_C (dual pad)
0: Analog switch closed (pads are connected through the analog switch)
1: Analog switch open (2 separated pads)
But there is no further information, where this connection goes to. I have no additional Pin "PC2" on the H743.
Has that something to do with the analog input channels or is that something that is set automatically by CubeMX according to the alternative function I select on that pin?
If someone could me point to that section in the manual where it's explained what that does and how I sould address that?
Thanks!
