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

Macros

#define DDL_USART_PHASE_1EDGE   0x00000000U
#define DDL_USART_PHASE_2EDGE   USART_CTRL2_CPHA

Detailed Description

Macro Definition Documentation

◆ DDL_USART_PHASE_1EDGE

#define DDL_USART_PHASE_1EDGE   0x00000000U

The first clock transition is the first data capture edge

Definition at line 284 of file g32r4xx_ddl_usart.h.

◆ DDL_USART_PHASE_2EDGE

#define DDL_USART_PHASE_2EDGE   USART_CTRL2_CPHA

The second clock transition is the first data capture edge

Definition at line 285 of file g32r4xx_ddl_usart.h.