HAL + 0/1 examples
CodeScope will show references to LL_USART_HWCONTROL_RTS_CTS from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
USART
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_USART_HWCONTROL_RTS_CTS

LL_USART_HWCONTROL_RTS_CTS macro

CTS and RTS hardware flow control enabled

Syntax

#define LL_USART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE)

Examples

LL_USART_HWCONTROL_RTS_CTS is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_usart.h:292
#define LL_USART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< CTS and RTS hardware flow control enabled */