STM32L443xx HAL User Manual
|
Defines | |
#define | UART_DE_POLARITY_HIGH 0x00000000U |
#define | UART_DE_POLARITY_LOW USART_CR3_DEP |
#define UART_DE_POLARITY_HIGH 0x00000000U |
Driver enable signal is active high
Definition at line 681 of file stm32l4xx_hal_uart.h.
#define UART_DE_POLARITY_LOW USART_CR3_DEP |
Driver enable signal is active low
Definition at line 682 of file stm32l4xx_hal_uart.h.