STM32L443xx HAL User Manual
Defines
USART3 Clock Source
RCCEx Exported Constants

Defines

#define RCC_USART3CLKSOURCE_PCLK1   0x00000000U
#define RCC_USART3CLKSOURCE_SYSCLK   RCC_CCIPR_USART3SEL_0
#define RCC_USART3CLKSOURCE_HSI   RCC_CCIPR_USART3SEL_1
#define RCC_USART3CLKSOURCE_LSE   (RCC_CCIPR_USART3SEL_0 | RCC_CCIPR_USART3SEL_1)

Define Documentation

#define RCC_USART3CLKSOURCE_HSI   RCC_CCIPR_USART3SEL_1

Definition at line 431 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq().

#define RCC_USART3CLKSOURCE_LSE   (RCC_CCIPR_USART3SEL_0 | RCC_CCIPR_USART3SEL_1)

Definition at line 432 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq().

#define RCC_USART3CLKSOURCE_PCLK1   0x00000000U

Definition at line 429 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq().

#define RCC_USART3CLKSOURCE_SYSCLK   RCC_CCIPR_USART3SEL_0

Definition at line 430 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_GetPeriphCLKFreq().