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

Function configurePll48ClockSource

source/chip/STM32/STM32F7/STM32F7-RCC.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void configurePll48ClockSource(const bool pllsaip)
78{
79 RCC->DCKCFGR2 = (RCC->DCKCFGR2 & ~RCC_DCKCFGR2_CK48MSEL) | pllsaip << RCC_DCKCFGR2_CK48MSEL_Pos;
80}
81
82void configurePllClockSource(const bool hse)
83{

Callers 1

chipLowLevelInitializerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected