Searched refs:SWPMIxSource (Results 1 – 2 of 2) sorted by relevance
1276 uint32_t LL_RCC_GetSWPMIClockFreq(uint32_t SWPMIxSource) in LL_RCC_GetSWPMIClockFreq() argument1281 assert_param(IS_LL_RCC_SWPMI_CLKSOURCE(SWPMIxSource)); in LL_RCC_GetSWPMIClockFreq()1284 switch (LL_RCC_GetSWPMIClockSource(SWPMIxSource)) in LL_RCC_GetSWPMIClockFreq()
3168 __STATIC_INLINE void LL_RCC_SetSWPMIClockSource(uint32_t SWPMIxSource) in LL_RCC_SetSWPMIClockSource() argument3170 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_SWPMI1SEL, SWPMIxSource); in LL_RCC_SetSWPMIClockSource()6192 uint32_t LL_RCC_GetSWPMIClockFreq(uint32_t SWPMIxSource);