Home
last modified time | relevance | path

Searched refs:RCC_CCIPR_USART3SEL_1 (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc_ex.h449 #define RCC_USART3CLKSOURCE_HSI RCC_CCIPR_USART3SEL_1
450 #define RCC_USART3CLKSOURCE_LSE (RCC_CCIPR_USART3SEL_0 | RCC_CCIPR_USART3SEL_1)
Dstm32l4xx_ll_rcc.h414 #define LL_RCC_USART3_CLKSOURCE_HSI ((RCC_CCIPR_USART3SEL << 16U) | RCC_CCIPR_USART3SEL_1) /…
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11518 #define RCC_CCIPR_USART3SEL_1 (0x2UL << RCC_CCIPR_USART3SEL_Pos) /*!< 0x00000020 */ macro