Hi, I came across an issue where i had a GPIO interrupt on PA11 and PC11 of my STM32F103 board and after calling HAL_GPIO_DeInit() on PA11, the interrupt was disabled on PC11. I know they share an interrupt line but is this behaviour to be expected?T...