Is the "register" storage class specifier necessary in STM32 LL interfaces?
I am doing C++17 development on the STM32L4. The register storage class specifier has been deprecated for quite some time in C++ and is now forbidden. It seems to be used extensively in the STM32L4xx ADC LL interface. This causes quite a large num...