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

Flags defines which can be used with DDL_USART_ReadReg function. More...

Macros

#define DDL_USART_STS_PEFLG   USART_STS_PEFLG
#define DDL_USART_STS_FEFLG   USART_STS_FEFLG
#define DDL_USART_STS_NEFLG   USART_STS_NEFLG
#define DDL_USART_STS_OVREFLG   USART_STS_OVREFLG
#define DDL_USART_STS_IDLEFLG   USART_STS_IDLEFLG
#define DDL_USART_STS_RXBNEFLG   USART_STS_RXBNEFLG
#define DDL_USART_STS_TXCFLG   USART_STS_TXCFLG
#define DDL_USART_STS_TXBEFLG   USART_STS_TXBEFLG
#define DDL_USART_STS_LBDFLG   USART_STS_LBDFLG
#define DDL_USART_STS_CTSFLG   USART_STS_CTSFLG

Detailed Description

Flags defines which can be used with DDL_USART_ReadReg function.

Macro Definition Documentation

◆ DDL_USART_STS_CTSFLG

#define DDL_USART_STS_CTSFLG   USART_STS_CTSFLG

CTS flag

Definition at line 191 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STS_FEFLG

#define DDL_USART_STS_FEFLG   USART_STS_FEFLG

Framing error flag

Definition at line 183 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STS_IDLEFLG

#define DDL_USART_STS_IDLEFLG   USART_STS_IDLEFLG

Idle line detected flag

Definition at line 186 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STS_LBDFLG

#define DDL_USART_STS_LBDFLG   USART_STS_LBDFLG

LIN break detection flag

Definition at line 190 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STS_NEFLG

#define DDL_USART_STS_NEFLG   USART_STS_NEFLG

Noise detected flag

Definition at line 184 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STS_OVREFLG

#define DDL_USART_STS_OVREFLG   USART_STS_OVREFLG

Overrun error flag

Definition at line 185 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STS_PEFLG

#define DDL_USART_STS_PEFLG   USART_STS_PEFLG

Parity error flag

Definition at line 182 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STS_RXBNEFLG

#define DDL_USART_STS_RXBNEFLG   USART_STS_RXBNEFLG

Read data register not empty flag

Definition at line 187 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STS_TXBEFLG

#define DDL_USART_STS_TXBEFLG   USART_STS_TXBEFLG

Transmit data register empty flag

Definition at line 189 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STS_TXCFLG

#define DDL_USART_STS_TXCFLG   USART_STS_TXCFLG

Transmission complete flag

Definition at line 188 of file g32r4xx_ddl_usart.h.