Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
int 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
chipLowLevelInitializer
Function · 0.85
Calls
1
enablePll23
Function · 0.85
Tested by
no test coverage detected