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

Macros

#define DDL_SPI_PHASE_1EDGE   0x00000000U
#define DDL_SPI_PHASE_2EDGE   (SPI_CTRL1_CPHA)

Detailed Description

Macro Definition Documentation

◆ DDL_SPI_PHASE_1EDGE

#define DDL_SPI_PHASE_1EDGE   0x00000000U

First clock transition is the first data capture edge

Definition at line 189 of file g32r4xx_ddl_spi.h.

◆ DDL_SPI_PHASE_2EDGE

#define DDL_SPI_PHASE_2EDGE   (SPI_CTRL1_CPHA)

Second clock transition is the first data capture edge

Definition at line 190 of file g32r4xx_ddl_spi.h.