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

Macros

#define DDL_SPI_CRCCALCULATION_DISABLE   0x00000000U
#define DDL_SPI_CRCCALCULATION_ENABLE   (SPI_CTRL1_CRCEN)

Detailed Description

Macro Definition Documentation

◆ DDL_SPI_CRCCALCULATION_DISABLE

#define DDL_SPI_CRCCALCULATION_DISABLE   0x00000000U

CRC calculation disabled

Definition at line 262 of file g32r4xx_ddl_spi.h.

◆ DDL_SPI_CRCCALCULATION_ENABLE

#define DDL_SPI_CRCCALCULATION_ENABLE   (SPI_CTRL1_CRCEN)

CRC calculation enabled

Definition at line 263 of file g32r4xx_ddl_spi.h.