Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ configurePllClockSource
Function
configurePllClockSource
source/chip/STM32/STM32L0/STM32L0-RCC.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void configurePllClockSource(const bool hse)
78
{
79
RCC->CFGR = (RCC->CFGR & ~RCC_CFGR_PLLSRC) | hse << RCC_CFGR_PLLSRC_Pos;
80
}
81
82
void disableMsi()
83
{
Callers
1
chipLowLevelInitializer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected