Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c52 || defined(RCC_CFGR3_HRTIM1SW)
1458 #if defined(RCC_CFGR3_HRTIM1SW) in HAL_RCCEx_GetPeriphCLKFreq()
1526 || defined(RCC_CFGR3_HRTIM1SW)
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h3456 MODIFY_REG(RCC->CFGR3, RCC_CFGR3_HRTIM1SW, (uint32_t)(__HRTIM1CLKSource__))
3463 #define __HAL_RCC_GET_HRTIM1_SOURCE() ((uint32_t)(READ_BIT(RCC->CFGR3, RCC_CFGR3_HRTIM1SW)))
Dstm32f3xx_ll_rcc.h673 #define LL_RCC_HRTIM1_CLKSOURCE RCC_CFGR3_HRTIM1SW /*!< HRTIM1 Clock source selection */
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f334x8.h12014 #define RCC_CFGR3_HRTIM1SW RCC_CFGR3_HRTIM1SW_Msk /*!< HRTIM1SW bits */ macro