MCPcopy 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
78void configurePllClockSource(const bool hse)
79{
80 STM32_BITBAND(RCC, PLLCFGR, PLLSRC) = hse;
81}
82
83int configurePllInputClockDivider(const uint8_t pllm)
84{

Callers 1

chipLowLevelInitializerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected