Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_systick.c74 …ret = HAL_SYSTICK_CLKSourceConfig(HAL_SYSTICK_CLKSRC_EXT); /* Choose external clock source */ in HAL_SYSTICK_Init()
120 HAL_Status HAL_SYSTICK_CLKSourceConfig(eHAL_systickClkSource clkSource) in HAL_SYSTICK_CLKSourceConfig() function
A Dhal_base.c184 ret = HAL_SYSTICK_CLKSourceConfig(clkSource); in HAL_SystemCoreClockUpdate()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_systick.h38 HAL_Status HAL_SYSTICK_CLKSourceConfig(eHAL_systickClkSource clkSource);
/bsp/stm32/stm32l010-st-nucleo/board/
A Dboard.c66 HAL_SYSTICK_CLKSourceConfig(SYSTICK_CLKSOURCE_HCLK); in SystemClock_Config()
/bsp/stm32/stm32l053-st-nucleo/board/
A Dboard.c66 HAL_SYSTICK_CLKSourceConfig(SYSTICK_CLKSOURCE_HCLK); in SystemClock_Config()
/bsp/stm32/stm32l412-st-nucleo/board/
A Dboard.c79 HAL_SYSTICK_CLKSourceConfig(SYSTICK_CLKSOURCE_HCLK); in SystemClock_Config()
/bsp/stm32/stm32l432-st-nucleo/board/
A Dboard.c80 HAL_SYSTICK_CLKSourceConfig(SYSTICK_CLKSOURCE_HCLK); in SystemClock_Config()
/bsp/stm32/stm32l431-BearPi/board/
A Dboard.c82 HAL_SYSTICK_CLKSourceConfig(SYSTICK_CLKSOURCE_HCLK); in SystemClock_Config()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_cortex.c462 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource) in HAL_SYSTICK_CLKSourceConfig() function
/bsp/rockchip/rk2108/board/common/
A Dboard_base.c183 HAL_SYSTICK_CLKSourceConfig(HAL_SYSTICK_CLKSRC_EXT); in rt_hw_board_init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_cortex.h411 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource);
/bsp/rockchip/common/rk_hal/lib/hal/src/pm/
A Dhal_pm_rk2108.c723 HAL_SYSTICK_CLKSourceConfig(HAL_SYSTICK_CLKSRC_EXT); in HAL_SYS_Suspend()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/Legacy/
A Dstm32_hal_legacy.h208 #define __HAL_CORTEX_SYSTICKCLK_CONFIG HAL_SYSTICK_CLKSourceConfig

Completed in 36 milliseconds