Searched refs:CLKSource (Results 1 – 4 of 4) sorted by relevance
363 void LL_SYSTICK_CLKSourceConfig(uint32_t CLKSource) in LL_SYSTICK_CLKSourceConfig() argument366 assert_param(IS_SYSTICK_CLK_SOURCE(CLKSource)); in LL_SYSTICK_CLKSourceConfig()368 if (CLKSource == SYSTICK_CLKSOURCE_HCLK) { in LL_SYSTICK_CLKSourceConfig()
462 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource) in HAL_SYSTICK_CLKSourceConfig() argument465 assert_param(IS_SYSTICK_CLK_SOURCE(CLKSource)); in HAL_SYSTICK_CLKSourceConfig()466 if (CLKSource == SYSTICK_CLKSOURCE_HCLK) in HAL_SYSTICK_CLKSourceConfig()
110 void LL_SYSTICK_CLKSourceConfig(uint32_t CLKSource);
411 void HAL_SYSTICK_CLKSourceConfig(uint32_t CLKSource);
Completed in 8 milliseconds