Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c973 uint32_t LL_RCC_GetHRTIMClockFreq(uint32_t HRTIMxSource) in LL_RCC_GetHRTIMClockFreq() argument
978 assert_param(IS_LL_RCC_HRTIM_CLKSOURCE(HRTIMxSource)); in LL_RCC_GetHRTIMClockFreq()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h1598 __STATIC_INLINE void LL_RCC_SetHRTIMClockSource(uint32_t HRTIMxSource) in LL_RCC_SetHRTIMClockSource() argument
1600 MODIFY_REG(RCC->CFGR3, RCC_CFGR3_HRTIMSW, HRTIMxSource); in LL_RCC_SetHRTIMClockSource()
2814 uint32_t LL_RCC_GetHRTIMClockFreq(uint32_t HRTIMxSource);