ARM Architecture - Bus Architecture
Given the code snippet:
What is the final value of
RCC->APB1ENR = 0; RCC->APB1ENR |= (1 << 4); RCC->APB1ENR |= (1 << 6);
What is the final value of
RCC->APB1ENR in binary (8 bits shown)?