Home
last modified time | relevance | path

Searched refs:CLKSource (Results 1 – 4 of 4) sorted by relevance

/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/
A Dtae32f53xx_ll_cortex.c363 void LL_SYSTICK_CLKSourceConfig(uint32_t CLKSource) in LL_SYSTICK_CLKSourceConfig() argument
366 assert_param(IS_SYSTICK_CLK_SOURCE(CLKSource)); in LL_SYSTICK_CLKSourceConfig()
368 if (CLKSource == SYSTICK_CLKSOURCE_HCLK) { in LL_SYSTICK_CLKSourceConfig()
/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() argument
465 assert_param(IS_SYSTICK_CLK_SOURCE(CLKSource)); in HAL_SYSTICK_CLKSourceConfig()
466 if (CLKSource == SYSTICK_CLKSOURCE_HCLK) in HAL_SYSTICK_CLKSourceConfig()
/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/
A Dtae32f53xx_ll_cortex.h110 void LL_SYSTICK_CLKSourceConfig(uint32_t CLKSource);
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_cortex.h411 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource);

Completed in 8 milliseconds