Macros

#define LL_UART_RTSPIN_STATE_ACTIVE   0x00000001U
 
#define LL_UART_RTSPIN_STATE_INACTIVE   0x00000000U
 

Detailed Description

Macro Definition Documentation

◆ LL_UART_RTSPIN_STATE_ACTIVE

#define LL_UART_RTSPIN_STATE_ACTIVE   0x00000001U

RTS pin active(Logic 1)

Definition at line 207 of file ll_uart.h.

◆ LL_UART_RTSPIN_STATE_INACTIVE

#define LL_UART_RTSPIN_STATE_INACTIVE   0x00000000U

RTS pin inactive(Logic 0)

Definition at line 208 of file ll_uart.h.