Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ configurePrediv1
Function
configurePrediv1
source/chip/STM32/STM32F1/STM32F1-RCC.cpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
int configurePrediv1(const uint8_t prediv1)
150
{
151
return configurePrediv(false, prediv1);
152
}
153
154
#if defined(DISTORTOS_CHIP_STM32F105) || defined(DISTORTOS_CHIP_STM32F107)
155
Callers
1
chipLowLevelInitializer
Function · 0.85
Calls
1
configurePrediv
Function · 0.70
Tested by
no test coverage detected