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

Macros

#define DDL_USART_STOPBITS_0_5   USART_CTRL2_STOPCFG_0
#define DDL_USART_STOPBITS_1   0x00000000U
#define DDL_USART_STOPBITS_1_5   USART_CTRL2_STOPCFG
#define DDL_USART_STOPBITS_2   USART_CTRL2_STOPCFG_1

Detailed Description

Macro Definition Documentation

◆ DDL_USART_STOPBITS_0_5

#define DDL_USART_STOPBITS_0_5   USART_CTRL2_STOPCFG_0

0.5 stop bit

Definition at line 302 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STOPBITS_1

#define DDL_USART_STOPBITS_1   0x00000000U

1 stop bit

Definition at line 303 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STOPBITS_1_5

#define DDL_USART_STOPBITS_1_5   USART_CTRL2_STOPCFG

1.5 stop bits

Definition at line 304 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_STOPBITS_2

#define DDL_USART_STOPBITS_2   USART_CTRL2_STOPCFG_1

2 stop bits

Definition at line 305 of file g32r4xx_ddl_usart.h.