/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rcc_ex.h | 661 MODIFY_REG(RCC->CCIPR3, RCC_CCIPR3_LPUART1SEL, (__LPUART1_CLKSOURCE__)) 670 #define __HAL_RCC_GET_LPUART1_SOURCE() READ_BIT(RCC->CCIPR3, RCC_CCIPR3_LPUART1SEL)
|
D | stm32wbaxx_ll_rcc.h | 556 #define LL_RCC_LPUART1_CLKSOURCE RCC_CCIPR3_LPUART1SEL /*!< LPUART1 Clock source selection */ 1844 MODIFY_REG(RCC->CCIPR3, RCC_CCIPR3_LPUART1SEL, LPUARTxSource); in LL_RCC_SetLPUARTClockSource()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc_ex.h | 1881 MODIFY_REG(RCC->CCIPR3, RCC_CCIPR3_LPUART1SEL, (uint32_t)(__LPUART1_CLKSOURCE__)) 1891 #define __HAL_RCC_GET_LPUART1_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR3, RCC_CCIPR3_LPUART1SEL)))
|
D | stm32u5xx_ll_rcc.h | 836 #define LL_RCC_LPUART1_CLKSOURCE RCC_CCIPR3_LPUART1SEL /*!< LPUART1 Clock source selection… 2924 MODIFY_REG(RCC->CCIPR3, RCC_CCIPR3_LPUART1SEL, LPUARTxSource); in LL_RCC_SetLPUARTClockSource()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc_ex.h | 2760 MODIFY_REG(RCC->CCIPR3, RCC_CCIPR3_LPUART1SEL, (uint32_t)(__LPUART1_CLKSOURCE__)) 2773 #define __HAL_RCC_GET_LPUART1_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR3, RCC_CCIPR3_LPUART1SEL)))
|
D | stm32h5xx_ll_rcc.h | 1047 #define LL_RCC_LPUART1_CLKSOURCE RCC_CCIPR3_LPUART1SEL /*!< LPUART1 Clock source selection… 2773 MODIFY_REG(RCC->CCIPR3, RCC_CCIPR3_LPUART1SEL, LPUARTxSource); in LL_RCC_SetLPUARTClockSource()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rcc_ex.c | 498 PeriphClkInit->Lpuart1ClockSelection = (tmpreg & RCC_CCIPR3_LPUART1SEL); in HAL_RCCEx_GetPeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 6450 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk macro
|
D | stm32wba52xx.h | 10319 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk macro
|
D | stm32wba54xx.h | 10638 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk macro
|
D | stm32wba5mxx.h | 10656 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk macro
|
D | stm32wba55xx.h | 10656 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9258 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk macro
|
D | stm32h523xx.h | 13712 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk macro
|
D | stm32h562xx.h | 14686 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk macro
|
D | stm32h533xx.h | 14261 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk macro
|
D | stm32h573xx.h | 17328 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk macro
|
D | stm32h563xx.h | 16779 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 15718 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk /*!< LPUART1SE… macro
|
D | stm32u535xx.h | 15166 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk /*!< LPUART1SE… macro
|
D | stm32u575xx.h | 16681 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk /*!< LPUART1SE… macro
|
D | stm32u585xx.h | 17291 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk /*!< LPUART1SE… macro
|
D | stm32u595xx.h | 17791 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk /*!< LPUART1SE… macro
|
D | stm32u5a5xx.h | 18401 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk /*!< LPUART1SE… macro
|
D | stm32u5f7xx.h | 19384 #define RCC_CCIPR3_LPUART1SEL RCC_CCIPR3_LPUART1SEL_Msk /*!< LPUART1SE… macro
|