| 220 | #if defined(DISTORTOS_CHIP_STM32F105) || defined(DISTORTOS_CHIP_STM32F107) |
| 221 | |
| 222 | int enablePll2(const uint8_t pll2Mul) |
| 223 | { |
| 224 | return enablePll23(false, pll2Mul); |
| 225 | } |
| 226 | |
| 227 | int enablePll3(const uint8_t pll3Mul) |
| 228 | { |
no test coverage detected