Home
last modified time | relevance | path

Searched refs:CPU_Frequency (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_utils.c131 static ErrorStatus UTILS_EnablePLL1AndSwitchSystem(uint32_t CPU_Frequency,
154 void LL_Init1msTick(uint32_t CPU_Frequency) in LL_Init1msTick() argument
157 LL_InitTick(CPU_Frequency, 1000U); in LL_Init1msTick()
221 void LL_SetSystemCoreClock(uint32_t CPU_Frequency) in LL_SetSystemCoreClock() argument
224 SystemCoreClock = CPU_Frequency; in LL_SetSystemCoreClock()
566 static ErrorStatus UTILS_EnablePLL1AndSwitchSystem(uint32_t CPU_Frequency, in UTILS_EnablePLL1AndSwitchSystem() argument
610 LL_SetSystemCoreClock(CPU_Frequency); in UTILS_EnablePLL1AndSwitchSystem()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_utils.h349 __STATIC_INLINE void LL_InitTick(uint32_t CPU_Frequency, uint32_t Ticks) in LL_InitTick() argument
352 SysTick->LOAD = (uint32_t)((CPU_Frequency / Ticks) - 1UL); /* set reload register */ in LL_InitTick()
358 void LL_Init1msTick(uint32_t CPU_Frequency);
370 void LL_SetSystemCoreClock(uint32_t CPU_Frequency);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_utils.c158 void LL_Init1msTick(uint32_t CPU_Frequency) in LL_Init1msTick() argument
161 LL_InitTick(CPU_Frequency, 1000U); in LL_Init1msTick()
231 void LL_SetSystemCoreClock(uint32_t CPU_Frequency) in LL_SetSystemCoreClock() argument
234 SystemCoreClock = CPU_Frequency; in LL_SetSystemCoreClock()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_utils.c205 void LL_Init1msTick(uint32_t CPU_Frequency) in LL_Init1msTick() argument
208 LL_InitTick(CPU_Frequency, 1000U); in LL_Init1msTick()
297 void LL_SetSystemCoreClock(uint32_t CPU_Frequency) in LL_SetSystemCoreClock() argument
300 SystemCoreClock = CPU_Frequency; in LL_SetSystemCoreClock()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_utils.c289 void LL_Init1msTick(uint32_t CPU_Frequency) in LL_Init1msTick() argument
292 LL_InitTick(CPU_Frequency, 1000U); in LL_Init1msTick()
474 void LL_SetSystemCoreClock(uint32_t CPU_Frequency) in LL_SetSystemCoreClock() argument
477 SystemCoreClock = CPU_Frequency; in LL_SetSystemCoreClock()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_utils.h346 void LL_Init1msTick(uint32_t CPU_Frequency);
357 void LL_SetSystemCoreClock(uint32_t CPU_Frequency);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_utils.h328 void LL_Init1msTick(uint32_t CPU_Frequency);
339 void LL_SetSystemCoreClock(uint32_t CPU_Frequency);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_utils.h360 void LL_Init1msTick(uint32_t CPU_Frequency);
371 void LL_SetSystemCoreClock(uint32_t CPU_Frequency);