In STM32L4Q5x, ASCR GPIO analog switch control register is missing
In STM32L4Q5VGT6, GPIOx-> ASCR register is missing in reference manual of RM0432 Rev 9.
ASCR GPIO analog switch control register, Address offset: 0x2C (GPIO_TypeDef)
To enable the GPIO to ADC switch using the register ASCR is LL_GPIO_EnablePinAnalogControl is missing in STM32L4Q5VGT6.
But it is STM32L475VGT6 ASCR register is available, why in STM32L4Q5VGT6 it is left out. Is it any alternate register available for the same purpose.
