Resolved! Can STM32 GPIOx Register parse to each bit?
Hello,I am a new STM32 member. In many previous projects from PIC, we often #define GPIOx as a bit. So we can manipulate some operator directly and easily as example below.Example: #define LED_AL1 LATBbits.LATB6 #define LED_AL2 LA...