SRDPPRE | SmartRun domain APB4 prescaler Set and reset by software to control the SmartRun domain APB4 clock division factor. The clock is divided by the new prescaler factor from 1 to 16 cycles of rcc_hclk4 after SRDPPRE write. 0xx: rcc_pclk4 = rcc_hclk4 (default after reset) 4 (B_0x4): rcc_pclk4 = rcc_hclk4 / 2 5 (B_0x5): rcc_pclk4 = rcc_hclk4 / 4 6 (B_0x6): rcc_pclk4 = rcc_hclk4 / 8 7 (B_0x7): rcc_pclk4 = rcc_hclk4 / 16 |