Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_systick.c79HAL_SYSTICK_Config(rate / (1000 / HAL_GetTickFreq())); /* Configure the SysTick to have int… in HAL_SYSTICK_Init()
101 HAL_Status HAL_SYSTICK_Config(uint32_t ticksNumb) in HAL_SYSTICK_Config() function
A Dhal_base.c188 HAL_SYSTICK_Config(rate / (1000 / HAL_GetTickFreq())); in HAL_SystemCoreClockUpdate()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_systick.h37 HAL_Status HAL_SYSTICK_Config(uint32_t ticksNumb);
/bsp/stm32/stm32l010-st-nucleo/board/
A Dboard.c62 HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000); in SystemClock_Config()
/bsp/stm32/stm32l053-st-nucleo/board/
A Dboard.c62 HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000); in SystemClock_Config()
/bsp/stm32/stm32l412-st-nucleo/board/
A Dboard.c75 HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000); in SystemClock_Config()
/bsp/stm32/stm32l432-st-nucleo/board/
A Dboard.c76 HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000); in SystemClock_Config()
/bsp/stm32/stm32l431-BearPi/board/
A Dboard.c78 HAL_SYSTICK_Config(HAL_RCC_GetHCLKFreq()/1000); in SystemClock_Config()
/bsp/stm32/libraries/HAL_Drivers/
A Ddrv_common.c48 HAL_SYSTICK_Config(SystemCoreClock / RT_TICK_PER_SECOND); in rt_hw_systick_init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal.c237 if (HAL_SYSTICK_Config(SystemCoreClock / (1000U / uwTickFreq)) == 0U) in HAL_InitTick()
A Dstm32l1xx_hal_cortex.c255 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb) in HAL_SYSTICK_Config() function
/bsp/rockchip/rk2108/board/common/
A Dboard_base.c184 HAL_SYSTICK_Config((PLL_INPUT_OSC_RATE / RT_TICK_PER_SECOND) - 1); in rt_hw_board_init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_cortex.h391 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb);

Completed in 21 milliseconds