Question
Bitwise shift left STM32F723
Hi there i m a student working on STM32F723 the first time, I encountered an register setting example as follows:
GPIOC->MODER |= ((2<<(6*2)) \ (2<<(7*2))); i konw its setting the GPIO register but whats the meaning of * and 2<< at the beginning sentence? and what does bit does it set?
GPIOC-> AFR[0] |= ((8<<(6*4)) | (8<<(7*4))); whats the meaning of 8 and 4 means? and whats bits it set?
thanks in advance.
Stanley
