G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference

Macros

#define DDL_USART_HWCONTROL_NONE   0x00000000U
#define DDL_USART_HWCONTROL_RTS   USART_CTRL3_RTSEN
#define DDL_USART_HWCONTROL_CTS   USART_CTRL3_CTSEN
#define DDL_USART_HWCONTROL_RTS_CTS   (USART_CTRL3_RTSEN | USART_CTRL3_CTSEN)

Detailed Description

Macro Definition Documentation

◆ DDL_USART_HWCONTROL_CTS

#define DDL_USART_HWCONTROL_CTS   USART_CTRL3_CTSEN

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

Definition at line 315 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_HWCONTROL_NONE

#define DDL_USART_HWCONTROL_NONE   0x00000000U

CTS and RTS hardware flow control disabled

Definition at line 313 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_HWCONTROL_RTS

#define DDL_USART_HWCONTROL_RTS   USART_CTRL3_RTSEN

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

Definition at line 314 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_HWCONTROL_RTS_CTS

#define DDL_USART_HWCONTROL_RTS_CTS   (USART_CTRL3_RTSEN | USART_CTRL3_CTSEN)

CTS and RTS hardware flow control enabled

Definition at line 316 of file g32r4xx_ddl_usart.h.