Home
last modified time | relevance | path

Searched refs:LL_RCC_UART5_CLKSOURCE (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c73 || ((__VALUE__) == LL_RCC_UART5_CLKSOURCE))
77 #define IS_LL_RCC_UART_INSTANCE(__VALUE__) ((__VALUE__) == LL_RCC_UART5_CLKSOURCE)
506 if (UARTxSource == LL_RCC_UART5_CLKSOURCE) in LL_RCC_GetUARTClockFreq()
Dstm32f3xx_ll_usart.c289 periphclk = LL_RCC_GetUARTClockFreq(LL_RCC_UART5_CLKSOURCE); in LL_USART_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c54 || ((__VALUE__) == LL_RCC_UART5_CLKSOURCE))
58 #define IS_LL_RCC_UART_CLKSOURCE(__VALUE__) ((__VALUE__) == LL_RCC_UART5_CLKSOURCE)
518 if (UARTxSource == LL_RCC_UART5_CLKSOURCE) in LL_RCC_GetUARTClockFreq()
Dstm32l4xx_ll_usart.c295 periphclk = LL_RCC_GetUARTClockFreq(LL_RCC_UART5_CLKSOURCE); in LL_USART_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c52 || ((__VALUE__) == LL_RCC_UART5_CLKSOURCE))
395 if (UARTxSource == LL_RCC_UART5_CLKSOURCE) in LL_RCC_GetUARTClockFreq()
Dstm32g4xx_ll_usart.c287 periphclk = LL_RCC_GetUARTClockFreq(LL_RCC_UART5_CLKSOURCE); in LL_USART_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_rcc.c50 || ((__VALUE__) == LL_RCC_UART5_CLKSOURCE) \
457 else if (UARTxSource == LL_RCC_UART5_CLKSOURCE) in LL_RCC_GetUARTClockFreq()
Dstm32f7xx_ll_usart.c287 periphclk = LL_RCC_GetUARTClockFreq(LL_RCC_UART5_CLKSOURCE); in LL_USART_Init()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rcc.c49 || ((__VALUE__) == LL_RCC_UART5_CLKSOURCE))
423 else if (UARTxSource == LL_RCC_UART5_CLKSOURCE) in LL_RCC_GetUARTClockFreq()
Dstm32l5xx_ll_usart.c276 periphclk = LL_RCC_GetUARTClockFreq(LL_RCC_UART5_CLKSOURCE); in LL_USART_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rcc.c64 || ((__VALUE__) == LL_RCC_UART5_CLKSOURCE) \
71 || ((__VALUE__) == LL_RCC_UART5_CLKSOURCE))
1109 else if (UARTxSource == LL_RCC_UART5_CLKSOURCE) in LL_RCC_GetUARTClockFreq()
Dstm32h5xx_ll_usart.c354 periphclk = LL_RCC_GetUARTClockFreq(LL_RCC_UART5_CLKSOURCE); in LL_USART_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rcc.c59 || ((__VALUE__) == LL_RCC_UART5_CLKSOURCE))
510 else if (UARTxSource == LL_RCC_UART5_CLKSOURCE) in LL_RCC_GetUARTClockFreq()
Dstm32u5xx_ll_usart.c290 periphclk = LL_RCC_GetUARTClockFreq(LL_RCC_UART5_CLKSOURCE); in LL_USART_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_usart.c317 periphclk = LL_RCC_GetUARTClockFreq(LL_RCC_UART5_CLKSOURCE); in LL_USART_Init()
Dstm32n6xx_ll_rcc.c113 || ((__VALUE__) == LL_RCC_UART5_CLKSOURCE) \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h605 #define LL_RCC_UART5_CLKSOURCE RCC_CFGR3_UART5SW /*!< UART5 Clock source selection */ macro
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h491 #define LL_RCC_UART5_CLKSOURCE RCC_CCIPR_UART5SEL /*!< UART5 Clock source selection */ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2238 #define __HAL_RCC_GET_UART5_SOURCE() LL_RCC_GetUSARTClockSource(LL_RCC_UART5_CLKSOURCE)
Dstm32n6xx_ll_rcc.h1416 #define LL_RCC_UART5_CLKSOURCE LL_CLKSOURCE(CCIPR13_OFFSET, RCC_CCIPR13_UART5SEL, RCC_C… macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h542 #define LL_RCC_UART5_CLKSOURCE RCC_DCKCFGR2_UART5SEL /*!< UART5 Clock source selection … macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h574 #define LL_RCC_UART5_CLKSOURCE RCC_CCIPR1_UART5SEL /*!< UART5 Clock source selection */ macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h690 #define LL_RCC_UART5_CLKSOURCE RCC_CCIPR_UART5SEL /*!< UART5 Clock source selection */ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h1015 #define LL_RCC_UART5_CLKSOURCE LL_CLKSOURCE(CCIPR1_OFFSET, RCC_CCIPR1_UART5SEL, RCC_CCIPR1… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rcc.h815 #define LL_RCC_UART5_CLKSOURCE RCC_CCIPR1_UART5SEL /*!< UART5 Clock source selection */ macro

12