STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
UART DriverEnable Polarity

Macros

#define UART_DE_POLARITY_HIGH   ((uint32_t)0x00000000U)
 
#define UART_DE_POLARITY_LOW   ((uint32_t)USART_CR3_DEP)
 

Detailed Description

Macro Definition Documentation

#define UART_DE_POLARITY_HIGH   ((uint32_t)0x00000000U)

Definition at line 541 of file stm32f7xx_hal_uart.h.

#define UART_DE_POLARITY_LOW   ((uint32_t)USART_CR3_DEP)

Definition at line 542 of file stm32f7xx_hal_uart.h.