CDPPRE1 | CPU domain APB1 prescaler Set and reset by software to control the CPU domain APB1 clock division factor. The clock is divided by the new prescaler factor from 1 to 16 cycles of rcc_hclk1 after CDPPRE1 write. 0xx: rcc_pclk1 = rcc_hclk1 (default after reset) 4 (B_0x4): rcc_pclk1 = rcc_hclk1 / 2 5 (B_0x5): rcc_pclk1 = rcc_hclk1 / 4 6 (B_0x6): rcc_pclk1 = rcc_hclk1 / 8 7 (B_0x7): rcc_pclk1 = rcc_hclk1 / 16 |
CDPPRE2 | CPU domain APB2 prescaler Set and reset by software to control the CPU domain APB2 clock division factor. The clock is divided by the new prescaler factor from 1 to 16 cycles of rcc_hclk1 after CDPPRE2 write. 0xx: rcc_pclk2 = rcc_hclk1 (default after reset) 4 (B_0x4): rcc_pclk2 = rcc_hclk1 / 2 5 (B_0x5): rcc_pclk2 = rcc_hclk1 / 4 6 (B_0x6): rcc_pclk2 = rcc_hclk1 / 8 7 (B_0x7): rcc_pclk2 = rcc_hclk1 / 16 |