STM32F439xx HAL User Manual
Defines
UART State
UART Exported constants

Defines

#define UART_STATE_DISABLE   0x00000000U
#define UART_STATE_ENABLE   ((uint32_t)USART_CR1_UE)

Define Documentation

#define UART_STATE_DISABLE   0x00000000U

Definition at line 267 of file stm32f4xx_hal_uart.h.

#define UART_STATE_ENABLE   ((uint32_t)USART_CR1_UE)

Definition at line 268 of file stm32f4xx_hal_uart.h.