Home
last modified time | relevance | path

Searched refs:HCLKFrequency (Results 1 – 2 of 2) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_utils.h222 __STATIC_INLINE void LL_InitTick(uint32_t HCLKFrequency, uint32_t Ticks) in LL_InitTick() argument
225 SysTick->LOAD = (uint32_t)((HCLKFrequency / Ticks) - 1UL); /* set reload register */ in LL_InitTick()
231 void LL_Init1msTick(uint32_t HCLKFrequency);
242 void LL_SetSystemCoreClock(uint32_t HCLKFrequency);
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_utils.c147 void LL_Init1msTick(uint32_t HCLKFrequency) in LL_Init1msTick() argument
150 LL_InitTick(HCLKFrequency, 1000U); in LL_Init1msTick()
227 void LL_SetSystemCoreClock(uint32_t HCLKFrequency) in LL_SetSystemCoreClock() argument
230 SystemCoreClock = HCLKFrequency; in LL_SetSystemCoreClock()

Completed in 7 milliseconds