STM32L486xx HAL User Manual
Defines
UART Advanced Feature Stop Mode Enable
UART Exported Constants

Defines

#define UART_ADVFEATURE_STOPMODE_DISABLE   0x00000000U
#define UART_ADVFEATURE_STOPMODE_ENABLE   USART_CR1_UESM

Define Documentation

#define UART_ADVFEATURE_STOPMODE_DISABLE   0x00000000U

UART stop mode disable

Definition at line 628 of file stm32l4xx_hal_uart.h.

#define UART_ADVFEATURE_STOPMODE_ENABLE   USART_CR1_UESM

UART stop mode enable

Definition at line 629 of file stm32l4xx_hal_uart.h.