Home
last modified time | relevance | path

Searched refs:RCC_CCIPR_USART3SEL (Results 1 – 25 of 48) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h58 #if defined(RCC_CCIPR_USART3SEL)
201 #if defined(RCC_CCIPR_USART3SEL)
272 #if defined(RCC_CCIPR_USART3SEL)
748 #if defined(RCC_CCIPR_USART3SEL)
759 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_USART3SEL, (uint32_t)(__USART3_CLKSOURCE__))
768 #define __HAL_RCC_GET_USART3_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR, RCC_CCIPR_USART3SEL)))
1426 #if defined(RCC_CCIPR_USART3SEL)
Dstm32g0xx_ll_rcc.h383 #if defined(RCC_CCIPR_USART3SEL)
384 #define LL_RCC_USART3_CLKSOURCE_PCLK1 ((RCC_CCIPR_USART3SEL << 16U) | 0x00000000U) /…
385 #define LL_RCC_USART3_CLKSOURCE_SYSCLK ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL_0) /…
386 #define LL_RCC_USART3_CLKSOURCE_HSI ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL_1) /…
387 #define LL_RCC_USART3_CLKSOURCE_LSE ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL) /…
571 #if defined(RCC_CCIPR_USART3SEL)
572 #define LL_RCC_USART3_CLKSOURCE RCC_CCIPR_USART3SEL /*!< USART3 Clock source selection */
Dstm32g0xx_hal_exti.h130 #if defined(RCC_CCIPR_USART3SEL)
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rcc.h322 #if defined(RCC_CCIPR_USART3SEL)
323 #define LL_RCC_USART3_CLKSOURCE_PCLK1 (RCC_CCIPR_USART3SEL << 16U) /…
324 #define LL_RCC_USART3_CLKSOURCE_SYSCLK ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL_0) /…
325 #define LL_RCC_USART3_CLKSOURCE_HSI ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL_1) /…
326 #define LL_RCC_USART3_CLKSOURCE_LSE ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL) /…
477 #if defined(RCC_CCIPR_USART3SEL)
478 #define LL_RCC_USART3_CLKSOURCE RCC_CCIPR_USART3SEL /*!< USART3 Clock source selection */
Dstm32g4xx_hal_rcc_ex.h632 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_USART3SEL, (__USART3_CLKSOURCE__))
641 #define __HAL_RCC_GET_USART3_SOURCE() (READ_BIT(RCC->CCIPR, RCC_CCIPR_USART3SEL))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rcc.h393 #if defined(RCC_CCIPR_USART3SEL)
394 #define LL_RCC_USART3_CLKSOURCE_PCLK1 (RCC_CCIPR_USART3SEL << 16U) /…
395 #define LL_RCC_USART3_CLKSOURCE_SYSCLK ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL_0) /…
396 #define LL_RCC_USART3_CLKSOURCE_HSI ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL_1) /…
397 #define LL_RCC_USART3_CLKSOURCE_LSE ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL) /…
675 #if defined(RCC_CCIPR_USART3SEL)
676 #define LL_RCC_USART3_CLKSOURCE RCC_CCIPR_USART3SEL /*!< USART3 Clock source selection */
Dstm32l4xx_hal_rcc_ex.h1601 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_USART3SEL, (__USART3_CLKSOURCE__))
1610 #define __HAL_RCC_GET_USART3_SOURCE() (READ_BIT(RCC->CCIPR, RCC_CCIPR_USART3SEL))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c232 #if defined(RCC_CCIPR_USART3SEL) in HAL_RCCEx_PeriphCLKConfig()
499 #if defined(RCC_CCIPR_USART3SEL) in HAL_RCCEx_GetPeriphCLKConfig()
520 #if defined(RCC_CCIPR_USART3SEL) in HAL_RCCEx_GetPeriphCLKConfig()
755 #if defined(RCC_CCIPR_USART3SEL) in HAL_RCCEx_GetPeriphCLKFreq()
Dstm32g0xx_ll_usart.c228 #if !defined(RCC_CCIPR_USART3SEL)&&!defined(RCC_CCIPR_USART4SEL)||(!defined(RCC_CCIPR_USART2SEL))||… in LL_USART_Init()
294 #if defined(RCC_CCIPR_USART3SEL) in LL_USART_Init()
Dstm32g0xx_ll_rcc.c322 #if defined(RCC_CCIPR_USART3SEL) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rcc.c41 #if defined(RCC_CCIPR_USART3SEL)
311 #if defined(RCC_CCIPR_USART3SEL) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rcc.c43 #if defined(RCC_CCIPR_USART3SEL)
430 #if defined(RCC_CCIPR_USART3SEL) in LL_RCC_GetUSARTClockFreq()
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g0b0xx.h5736 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
Dstm32g0c1xx.h7093 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
Dstm32g0b1xx.h6839 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h6353 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
Dstm32l412xx.h6128 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
Dstm32l433xx.h10158 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g441xx.h8257 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
Dstm32gbk1cb.h8004 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
Dstm32g431xx.h8027 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
Dstm32g4a1xx.h8654 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
Dstm32g491xx.h8424 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
Dstm32g473xx.h9141 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro
Dstm32g471xx.h8591 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro

12