Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rcc.h411 #if defined(RCC_CCIPR_USART3SEL)
412 #define LL_RCC_USART3_CLKSOURCE_PCLK1 (RCC_CCIPR_USART3SEL << 16U) /…
413 #define LL_RCC_USART3_CLKSOURCE_SYSCLK ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL_0) /…
414 #define LL_RCC_USART3_CLKSOURCE_HSI ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL_1) /…
415 #define LL_RCC_USART3_CLKSOURCE_LSE ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL) /…
693 #if defined(RCC_CCIPR_USART3SEL)
694 #define LL_RCC_USART3_CLKSOURCE RCC_CCIPR_USART3SEL /*!< USART3 Clock source selection */
Dstm32l4xx_hal_rcc_ex.h1589 MODIFY_REG(RCC->CCIPR, RCC_CCIPR_USART3SEL, (__USART3_CLKSOURCE__))
1598 #define __HAL_RCC_GET_USART3_SOURCE() (READ_BIT(RCC->CCIPR, RCC_CCIPR_USART3SEL))
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_rcc.c61 #if defined(RCC_CCIPR_USART3SEL)
441 #if defined(RCC_CCIPR_USART3SEL) in LL_RCC_GetUSARTClockFreq()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11516 #define RCC_CCIPR_USART3SEL RCC_CCIPR_USART3SEL_Msk macro