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

Macros

#define DDL_USART_PARITY_NONE   0x00000000U
#define DDL_USART_PARITY_EVEN   USART_CTRL1_PCEN
#define DDL_USART_PARITY_ODD   (USART_CTRL1_PCEN | USART_CTRL1_PCFG)

Detailed Description

Macro Definition Documentation

◆ DDL_USART_PARITY_EVEN

#define DDL_USART_PARITY_EVEN   USART_CTRL1_PCEN

Parity control enabled and Even Parity is selected

Definition at line 227 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_PARITY_NONE

#define DDL_USART_PARITY_NONE   0x00000000U

Parity control disabled

Definition at line 226 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_PARITY_ODD

#define DDL_USART_PARITY_ODD   (USART_CTRL1_PCEN | USART_CTRL1_PCFG)

Parity control enabled and Odd Parity is selected

Definition at line 228 of file g32r4xx_ddl_usart.h.