Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ configurePllClockSource
Function
configurePllClockSource
source/chip/STM32/STM32F4/STM32F4-RCC.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void configurePllClockSource(const bool hse)
79
{
80
STM32_BITBAND(RCC, PLLCFGR, PLLSRC) = hse;
81
}
82
83
int configurePllInputClockDivider(const uint8_t pllm)
84
{
Callers
1
chipLowLevelInitializer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected