STM32L486xx HAL User Manual
Defines
Hardware Control
LPUART Exported Constants

Defines

#define LL_LPUART_HWCONTROL_NONE   0x00000000U
#define LL_LPUART_HWCONTROL_RTS   USART_CR3_RTSE
#define LL_LPUART_HWCONTROL_CTS   USART_CR3_CTSE
#define LL_LPUART_HWCONTROL_RTS_CTS   (USART_CR3_RTSE | USART_CR3_CTSE)

Define Documentation

#define LL_LPUART_HWCONTROL_CTS   USART_CR3_CTSE

CTS mode enabled, data is only transmitted when the nCTS input is asserted (tied to 0)

Definition at line 402 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_HWCONTROL_NONE   0x00000000U

CTS and RTS hardware flow control disabled

Definition at line 400 of file stm32l4xx_ll_lpuart.h.

Referenced by LL_LPUART_StructInit().

#define LL_LPUART_HWCONTROL_RTS   USART_CR3_RTSE

RTS output enabled, data is only requested when there is space in the receive buffer

Definition at line 401 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_HWCONTROL_RTS_CTS   (USART_CR3_RTSE | USART_CR3_CTSE)

CTS and RTS hardware flow control enabled

Definition at line 403 of file stm32l4xx_ll_lpuart.h.