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

Function enablePll3

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

Source from the content-addressed store, hash-verified

225}
226
227int enablePll3(const uint8_t pll3Mul)
228{
229 return enablePll23(true, pll3Mul);
230}
231
232#endif // defined(DISTORTOS_CHIP_STM32F105) || defined(DISTORTOS_CHIP_STM32F107)
233

Callers 1

chipLowLevelInitializerFunction · 0.85

Calls 1

enablePll23Function · 0.85

Tested by

no test coverage detected