F446 Bitwise operator MODER & PUPDR
Hello.. i m programming F446 using registers, and i found from F446 reference manual to configure PA1 as both input and pull-down mode. i don't understand , can anyone advise how could1. MODER &= ~(3<<2) is to set MODER1 as 00 input? 2. PUPDR |= (1...