STM32F103xB HAL User Manual
Defines
Clock Signal
USART Exported Constants

Defines

#define LL_USART_CLOCK_DISABLE   0x00000000U
#define LL_USART_CLOCK_ENABLE   USART_CR2_CLKEN

Define Documentation

#define LL_USART_CLOCK_DISABLE   0x00000000U

Clock signal not provided

Definition at line 244 of file stm32f1xx_ll_usart.h.

Referenced by LL_USART_ClockInit(), and LL_USART_ClockStructInit().

#define LL_USART_CLOCK_ENABLE   USART_CR2_CLKEN

Clock signal provided

Definition at line 245 of file stm32f1xx_ll_usart.h.