MCPcopy Create free account
hub / github.com/DISTORTEC/distortos / enablePll2

Function enablePll2

source/chip/STM32/STM32F1/STM32F1-RCC.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

chipLowLevelInitializerFunction · 0.85

Calls 1

enablePll23Function · 0.85

Tested by

no test coverage detected