Home
last modified time | relevance | path

Searched refs:UARTx (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h1802 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument
1804 return (uint32_t)(READ_BIT(RCC->CFGR3, UARTx) | (UARTx >> 8U)); in LL_RCC_GetUARTClockSource()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h1770 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument
1772 return (uint32_t)(READ_BIT(RCC->CCIPR, UARTx) | (UARTx << 16U)); in LL_RCC_GetUARTClockSource()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h2698 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument
2700 return (uint32_t)(READ_BIT(RCC->DCKCFGR2, UARTx) | (UARTx << 16U)); in LL_RCC_GetUARTClockSource()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h2644 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument
2646 return (uint32_t)(READ_BIT(RCC->CCIPR1, UARTx) | (UARTx << 16U)); in LL_RCC_GetUARTClockSource()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h3308 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument
3310 return (uint32_t)(READ_BIT(RCC->CCIPR, UARTx) | (UARTx << 16U)); in LL_RCC_GetUARTClockSource()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h3323 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument
3325 return (uint32_t)(READ_BIT(RCC->CCIPR1, UARTx) | (UARTx << 16U)); in LL_RCC_GetUARTClockSource()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h3467 __STATIC_INLINE uint32_t LL_RCC_GetUARTClockSource(uint32_t UARTx) in LL_RCC_GetUARTClockSource() argument
3469 return LL_RCC_GetClockSource(UARTx); in LL_RCC_GetUARTClockSource()