Home
last modified time | relevance | path

Searched refs:__HAL_RCC_GET_TIM20_SOURCE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c777 PeriphClkInit->Tim20ClockSelection = __HAL_RCC_GET_TIM20_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1424 srcclk = __HAL_RCC_GET_TIM20_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h3757 #define __HAL_RCC_GET_TIM20_SOURCE() ((uint32_t)(READ_BIT(RCC->CFGR3, RCC_CFGR3_TIM20SW))) macro