Hi everyone,I have written class that handles U(S)ART communication on top of HAL. In my application I have several objects of that class, e.g. one for USART2, another for LPUART1,...Currently, I have my own way of registering callbacks: I have stati...