STM32L486xx HAL User Manual
Defines
UART State
UART Exported Constants

Defines

#define UART_STATE_DISABLE   0x00000000U
#define UART_STATE_ENABLE   USART_CR1_UE

Define Documentation

#define UART_STATE_DISABLE   0x00000000U

UART disabled

Definition at line 405 of file stm32l4xx_hal_uart.h.

#define UART_STATE_ENABLE   USART_CR1_UE

UART enabled

Definition at line 406 of file stm32l4xx_hal_uart.h.