|
STM32L443xx HAL User Manual
|
Defines | |
| #define | UART_ADVFEATURE_STOPMODE_DISABLE 0x00000000U |
| #define | UART_ADVFEATURE_STOPMODE_ENABLE USART_CR1_UESM |
| #define UART_ADVFEATURE_STOPMODE_DISABLE 0x00000000U |
UART stop mode disable
Definition at line 644 of file stm32l4xx_hal_uart.h.
| #define UART_ADVFEATURE_STOPMODE_ENABLE USART_CR1_UESM |
UART stop mode enable
Definition at line 645 of file stm32l4xx_hal_uart.h.
1.7.6.1