STM32F072: where is "APB1 prescaler" defined in the Reference Manual?
The STM32F072 Clock tree figure in reference manual shows APB1 prescaler, but where is that defined in the reference manual?
When I search for APB1 in the reference manual, in the context of a register field, it does not show up (other than in the clock tree figure). This controls the frequency that goes to the timer peripherals. Additionally, this figure shows "x1" or "x2" by this APB1 label, which is different than all the other values associated with division (they're shown as "/n", where n is the divide by value). Does the "xn" mean you multiply by 1 or 2, or divide by 1 or 2? Does ABP1 prescaler mean bit 0 or bit 1 of the APB prescaler register field? This part of the reference manual (figure 10 in RM0091 Rev 10) doesn't make sense to me. Thanks for any help in clearing this up.