Can LL_GPIO_Init() initialize multiple pins at once?
In an inherited code I see LL_GPIO_Init() being called with pin definitions (LL_GPIO_PIN_xx) OR-ed together, presumably to define multiple pins of the same port to the same settings, in one call of the function.The documentation (doxygen header) to L...