Symbols
loading...
Files
loading...

LL_USART_DIRECTION_TX_RX macro

Transmitter and Receiver are enabled

Syntax

#define LL_USART_DIRECTION_TX_RX (USART_CR1_TE |USART_CR1_RE)

Examples

LL_USART_DIRECTION_TX_RX is referenced by 9 libraries and example projects.

References

LocationText
stm32f4xx_ll_usart.h:194
#define LL_USART_DIRECTION_TX_RX (USART_CR1_TE |USART_CR1_RE) /*!< Transmitter and Receiver are enabled */
stm32f4xx_ll_usart.c:395
USART_InitStruct->TransferDirection = LL_USART_DIRECTION_TX_RX;