Home
last modified time | relevance | path

Searched refs:RCC_CCIPR1_USART1SEL (Results 1 – 25 of 34) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rcc.h405 #define LL_RCC_USART1_CLKSOURCE_PCLK2 (RCC_CCIPR1_USART1SEL << 16U) /*…
406 #define LL_RCC_USART1_CLKSOURCE_SYSCLK ((RCC_CCIPR1_USART1SEL << 16U) | RCC_CCIPR1_USART1SEL_0) /*…
407 #define LL_RCC_USART1_CLKSOURCE_HSI ((RCC_CCIPR1_USART1SEL << 16U) | RCC_CCIPR1_USART1SEL_1) /*…
408 #define LL_RCC_USART1_CLKSOURCE_LSE ((RCC_CCIPR1_USART1SEL << 16U) | RCC_CCIPR1_USART1SEL) /*…
534 #define LL_RCC_USART1_CLKSOURCE RCC_CCIPR1_USART1SEL /*!< USART1 Clock source selection */
Dstm32wbaxx_hal_rcc_ex.h451 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_USART1SEL, (__USART1_CLKSOURCE__))
460 #define __HAL_RCC_GET_USART1_SOURCE() READ_BIT(RCC->CCIPR1, RCC_CCIPR1_USART1SEL)
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rcc.h372 #define LL_RCC_USART1_CLKSOURCE_PCLK2 (RCC_CCIPR1_USART1SEL << 16U) …
373 #define LL_RCC_USART1_CLKSOURCE_SYSCLK ((RCC_CCIPR1_USART1SEL << 16U) | RCC_CCIPR1_USART1SEL_0)…
374 #define LL_RCC_USART1_CLKSOURCE_HSI ((RCC_CCIPR1_USART1SEL << 16U) | RCC_CCIPR1_USART1SEL_1)…
375 #define LL_RCC_USART1_CLKSOURCE_LSE ((RCC_CCIPR1_USART1SEL << 16U) | RCC_CCIPR1_USART1SEL) …
563 #define LL_RCC_USART1_CLKSOURCE RCC_CCIPR1_USART1SEL /*!< USART1 Clock source selection …
Dstm32l5xx_hal_rcc_ex.h1123 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_USART1SEL, (uint32_t)(__USART1_CLKSOURCE__))
1132 #define __HAL_RCC_GET_USART1_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_USART1SEL)))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h555 #define LL_RCC_USART1_CLKSOURCE_PCLK2 LL_CLKSOURCE(CCIPR1_OFFSET, RCC_CCIPR1_USART1SEL, RCC_C…
556 #define LL_RCC_USART1_CLKSOURCE_PLL2Q LL_CLKSOURCE(CCIPR1_OFFSET, RCC_CCIPR1_USART1SEL, RCC_C…
558 #define LL_RCC_USART1_CLKSOURCE_PLL3Q LL_CLKSOURCE(CCIPR1_OFFSET, RCC_CCIPR1_USART1SEL, RCC_C…
560 #define LL_RCC_USART1_CLKSOURCE_HSI LL_CLKSOURCE(CCIPR1_OFFSET, RCC_CCIPR1_USART1SEL, RCC_C…
561 #define LL_RCC_USART1_CLKSOURCE_CSI LL_CLKSOURCE(CCIPR1_OFFSET, RCC_CCIPR1_USART1SEL, RCC_C…
562 #define LL_RCC_USART1_CLKSOURCE_LSE LL_CLKSOURCE(CCIPR1_OFFSET, RCC_CCIPR1_USART1SEL, RCC_C…
994 #define LL_RCC_USART1_CLKSOURCE LL_CLKSOURCE(CCIPR1_OFFSET, RCC_CCIPR1_USART1SEL, RCC_CCIP…
Dstm32h5xx_hal_rcc_ex.h2418 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_USART1SEL, (uint32_t)(__USART1_CLKSOURCE__))
2431 #define __HAL_RCC_GET_USART1_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_USART1SEL)))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h1746 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_USART1SEL, (uint32_t)(__USART1_CLKSOURCE__))
1755 #define __HAL_RCC_GET_USART1_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_USART1SEL)))
Dstm32u5xx_ll_rcc.h465 …((RCC_OFFSET_CCIPR1 << 24U) |(RCC_CCIPR1_USART1SEL_Pos << 16U) | (RCC_CCIPR1_USART1SEL >> RCC_CCIP…
796 … (RCC_CCIPR1_USART1SEL >> RCC_CCIPR1_USART1SEL_Pos)) /*!< USART1 Clock source selection */
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rcc_ex.c445 PeriphClkInit->Usart1ClockSelection = (tmpreg & RCC_CCIPR1_USART1SEL); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h6428 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
Dstm32wba52xx.h10277 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
Dstm32wba54xx.h10585 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
Dstm32wba5mxx.h10603 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
Dstm32wba55xx.h10603 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h9196 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
Dstm32h523xx.h13623 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
Dstm32h562xx.h14513 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
Dstm32h533xx.h14172 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
Dstm32h573xx.h17155 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
Dstm32h563xx.h16606 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
/hal_stm32-latest/stm32cube/stm32l5xx/soc/
Dstm32l552xx.h12058 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
Dstm32l562xx.h12788 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h15615 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk /*!< USART1SEL… macro
Dstm32u535xx.h15066 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk /*!< USART1SEL… macro
Dstm32u575xx.h16570 #define RCC_CCIPR1_USART1SEL RCC_CCIPR1_USART1SEL_Msk /*!< USART1SEL… macro

12