Searched refs:UARTx (Results 1 – 7 of 7) sorted by relevance
1802 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument1804 return (uint32_t)(READ_BIT(RCC->CFGR3, UARTx) | (UARTx >> 8U)); in LL_RCC_GetUARTClockSource()
1770 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument1772 return (uint32_t)(READ_BIT(RCC->CCIPR, UARTx) | (UARTx << 16U)); in LL_RCC_GetUARTClockSource()
2698 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument2700 return (uint32_t)(READ_BIT(RCC->DCKCFGR2, UARTx) | (UARTx << 16U)); in LL_RCC_GetUARTClockSource()
2644 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument2646 return (uint32_t)(READ_BIT(RCC->CCIPR1, UARTx) | (UARTx << 16U)); in LL_RCC_GetUARTClockSource()
3308 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument3310 return (uint32_t)(READ_BIT(RCC->CCIPR, UARTx) | (UARTx << 16U)); in LL_RCC_GetUARTClockSource()
3323 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument3325 return (uint32_t)(READ_BIT(RCC->CCIPR1, UARTx) | (UARTx << 16U)); in LL_RCC_GetUARTClockSource()
3467 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument3469 return LL_RCC_GetClockSource(UARTx); in LL_RCC_GetUARTClockSource()