Question
STM32G0 conterpart for STM32F0's GPIO_SetBits ?
Hello there,
I am porting the implementation of a specific component that's currently working together with a STM32F0 to work with a STM32G0.
Most of the functions need to be changed from the old implementation to its STM32g0_ll_xyz.h counterpart, but I'm having difficulties with this one since I do not find any obvious homologous one.
So, assuming a have this line:
...
GPIO_SetBits(GPIOA, GPIO_Pin_15);
...Any ideas?
