Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ configurePrediv2
Function
configurePrediv2
source/chip/STM32/STM32F1/STM32F1-RCC.cpp:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
int configurePrediv2(const uint8_t prediv2)
162
{
163
return configurePrediv(true, prediv2);
164
}
165
166
#endif // defined(DISTORTOS_CHIP_STM32F105) || defined(DISTORTOS_CHIP_STM32F107)
167
Callers
1
chipLowLevelInitializer
Function · 0.85
Calls
1
configurePrediv
Function · 0.70
Tested by
no test coverage detected