ARM Architecture - Bus Architecture
Given the following code snippet, what is the value of
RCC->APB1ENR after execution?RCC->APB1ENR = 0x00000000; RCC->APB1ENR |= (1 << 17); RCC->APB1ENR |= (1 << 0);
