Home
last modified time | relevance | path

Searched refs:HAL_SYSTICK_Config (Results 1 – 25 of 72) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal.c237 HAL_SYSTICK_Config(SystemCoreClock/1000); in HAL_InitTick()
290 if (HAL_SYSTICK_Config(SystemCoreClock /(1000U / uwTickFreq)) > 0U) in HAL_InitTick()
Dstm32mp1xx_hal_cortex.c224 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal.c283 if (HAL_SYSTICK_Config(HAL_RCC_GetHCLK2Freq() / (1000U / (uint32_t)uwTickFreq)) == 0U) in HAL_InitTick()
285 if (HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq() / (1000U / (uint32_t)uwTickFreq)) == 0U) in HAL_InitTick()
Dstm32wlxx_hal_cortex.c274 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_cortex.h73 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb);
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_cortex.c196 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
Dstm32f0xx_hal.c225 if (HAL_SYSTICK_Config(SystemCoreClock / (1000U / uwTickFreq)) > 0U) in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal.c207 if (HAL_SYSTICK_Config(HAL_RCC_GetSysClockFreq() / (1000U / uwTickFreq)) == 0U) in HAL_InitTick()
Dstm32wb0x_hal_cortex.c181 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_cortex.c189 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
Dstm32l0xx_hal.c241 if (HAL_SYSTICK_Config(SystemCoreClock / (1000U / uwTickFreq)) > 0U) in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal.c223 if (HAL_SYSTICK_Config(SystemCoreClock / (1000U / uwTickFreq)) > 0U) in HAL_InitTick()
Dstm32f3xx_hal_cortex.c254 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal.c237 if (HAL_SYSTICK_Config(SystemCoreClock / (1000U / uwTickFreq)) > 0U) in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal.c237 if (HAL_SYSTICK_Config(SystemCoreClock / (1000U / uwTickFreq)) == 0U) in HAL_InitTick()
Dstm32l1xx_hal_cortex.c254 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cortex.c190 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal.c234 if (HAL_SYSTICK_Config(SystemCoreClock / (1000U / uwTickFreq)) > 0U) in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal.c243 if (HAL_SYSTICK_Config(SystemCoreClock / (1000UL / (uint32_t)uwTickFreq)) == 0U) in HAL_InitTick()
Dstm32c0xx_hal_cortex.c192 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cortex.c190 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal.c250 if (HAL_SYSTICK_Config(SystemCoreClock / (1000U / uwTickFreq)) > 0U) in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cortex.c221 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal.c256 if (HAL_SYSTICK_Config(SystemCoreClock / (1000U / uwTickFreq)) > 0U) in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_cortex.c249 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function

123