Searched refs:DACLPxSource (Results 1 – 2 of 2) sorted by relevance
2990 uint32_t LL_RCC_GetDACLPClockFreq(uint32_t DACLPxSource) in LL_RCC_GetDACLPClockFreq() argument2995 assert_param(IS_LL_RCC_DAC_LP_CLKSOURCE(DACLPxSource)); in LL_RCC_GetDACLPClockFreq()2998 switch (LL_RCC_GetDACLPClockSource(DACLPxSource)) in LL_RCC_GetDACLPClockFreq()
3057 __STATIC_INLINE void LL_RCC_SetDACLPClockSource(uint32_t DACLPxSource) in LL_RCC_SetDACLPClockSource() argument3059 MODIFY_REG(RCC->CCIPR5, RCC_CCIPR5_DACSEL, DACLPxSource); in LL_RCC_SetDACLPClockSource()6056 uint32_t LL_RCC_GetDACLPClockFreq(uint32_t DACLPxSource);