User Activity

There is no clear information in the reference manual about port pin configuration locking one by one. For example (desired code): void SomeFunction() { // locking pin configuration one by one LL_GPIO_LockPin(GPIOA, LL_GPIO_PIN_0); LL_GPIO_Lock...
Kudos given to