Home
last modified time | relevance | path

Searched refs:RCC_CCIPR_UART4SEL (Results 1 – 25 of 36) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h335 #if defined(RCC_CCIPR_UART4SEL)
336 #define LL_RCC_UART4_CLKSOURCE_PCLK1 (RCC_CCIPR_UART4SEL << 16U) /*…
337 #define LL_RCC_UART4_CLKSOURCE_SYSCLK ((RCC_CCIPR_UART4SEL << 16U) | RCC_CCIPR_UART4SEL_0) /*…
338 #define LL_RCC_UART4_CLKSOURCE_HSI ((RCC_CCIPR_UART4SEL << 16U) | RCC_CCIPR_UART4SEL_1) /*…
339 #define LL_RCC_UART4_CLKSOURCE_LSE ((RCC_CCIPR_UART4SEL << 16U) | RCC_CCIPR_UART4SEL) /*…
487 #if defined(RCC_CCIPR_UART4SEL)
488 #define LL_RCC_UART4_CLKSOURCE RCC_CCIPR_UART4SEL /*!< UART4 Clock source selection */
Dstm32g4xx_hal_rcc_ex.h655 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_UART4SEL, (__UART4_CLKSOURCE__))
664 #define __HAL_RCC_GET_UART4_SOURCE() (READ_BIT(RCC->CCIPR, RCC_CCIPR_UART4SEL))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h403 #if defined(RCC_CCIPR_UART4SEL) || defined(RCC_CCIPR_UART5SEL)
407 #if defined(RCC_CCIPR_UART4SEL)
408 #define LL_RCC_UART4_CLKSOURCE_PCLK1 (RCC_CCIPR_UART4SEL << 16U) /*…
409 #define LL_RCC_UART4_CLKSOURCE_SYSCLK ((RCC_CCIPR_UART4SEL << 16U) | RCC_CCIPR_UART4SEL_0) /*…
410 #define LL_RCC_UART4_CLKSOURCE_HSI ((RCC_CCIPR_UART4SEL << 16U) | RCC_CCIPR_UART4SEL_1) /*…
411 #define LL_RCC_UART4_CLKSOURCE_LSE ((RCC_CCIPR_UART4SEL << 16U) | RCC_CCIPR_UART4SEL) /*…
682 #if defined(RCC_CCIPR_UART4SEL) || defined(RCC_CCIPR_UART5SEL)
686 #if defined(RCC_CCIPR_UART4SEL)
687 #define LL_RCC_UART4_CLKSOURCE RCC_CCIPR_UART4SEL /*!< UART4 Clock source selection */
Dstm32l4xx_hal_rcc_ex.h1627 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_UART4SEL, (__UART4_CLKSOURCE__))
1636 #define __HAL_RCC_GET_UART4_SOURCE() (READ_BIT(RCC->CCIPR, RCC_CCIPR_UART4SEL))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c52 #if defined(RCC_CCIPR_UART4SEL) && defined(RCC_CCIPR_UART5SEL)
55 #elif defined(RCC_CCIPR_UART4SEL)
467 #if defined(RCC_CCIPR_UART4SEL) || defined(RCC_CCIPR_UART5SEL)
483 #if defined(RCC_CCIPR_UART4SEL) in LL_RCC_GetUARTClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c53 #elif defined(RCC_CCIPR_UART4SEL)
346 #if defined(RCC_CCIPR_UART4SEL)
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h7841 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32g411xc.h8024 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32g441xx.h8263 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32g431xx.h8033 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32g4a1xx.h8660 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32g491xx.h8430 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32g473xx.h9147 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32g471xx.h8597 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32g483xx.h9377 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32g414xx.h11927 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32g474xx.h12726 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32g484xx.h12956 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l451xx.h10325 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32l471xx.h11326 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32l452xx.h10403 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32l462xx.h10628 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32l475xx.h11490 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32l476xx.h11528 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro
Dstm32l486xx.h11747 #define RCC_CCIPR_UART4SEL RCC_CCIPR_UART4SEL_Msk macro

12