G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Transmission Bit Order

Macros

#define DDL_SPI_LSB_FIRST   (SPI_CTRL1_LSBSEL)
#define DDL_SPI_MSB_FIRST   0x00000000U

Detailed Description

Macro Definition Documentation

◆ DDL_SPI_LSB_FIRST

#define DDL_SPI_LSB_FIRST   (SPI_CTRL1_LSBSEL)

Data is transmitted/received with the LSB first

Definition at line 222 of file g32r4xx_ddl_spi.h.

◆ DDL_SPI_MSB_FIRST

#define DDL_SPI_MSB_FIRST   0x00000000U

Data is transmitted/received with the MSB first

Definition at line 223 of file g32r4xx_ddl_spi.h.