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

Flags defines which can be used with DDL_SPI_ReadReg function. More...

Macros

#define DDL_SPI_STS_RXBNEFLG   SPI_STS_RXBNEFLG
#define DDL_SPI_STS_TXBEFLG   SPI_STS_TXBEFLG
#define DDL_SPI_STS_BSYFLG   SPI_STS_BSYFLG
#define DDL_SPI_STS_CRCEFLG   SPI_STS_CRCEFLG
#define DDL_SPI_STS_MEFLG   SPI_STS_MEFLG
#define DDL_SPI_STS_OVRFLG   SPI_STS_OVRFLG
#define DDL_SPI_STS_FREFLG   SPI_STS_FREFLG

Detailed Description

Flags defines which can be used with DDL_SPI_ReadReg function.

Macro Definition Documentation

◆ DDL_SPI_STS_BSYFLG

#define DDL_SPI_STS_BSYFLG   SPI_STS_BSYFLG

Busy flag

Definition at line 148 of file g32r4xx_ddl_spi.h.

◆ DDL_SPI_STS_CRCEFLG

#define DDL_SPI_STS_CRCEFLG   SPI_STS_CRCEFLG

CRC error flag

Definition at line 149 of file g32r4xx_ddl_spi.h.

◆ DDL_SPI_STS_FREFLG

#define DDL_SPI_STS_FREFLG   SPI_STS_FREFLG

TI mode frame format error flag

Definition at line 152 of file g32r4xx_ddl_spi.h.

◆ DDL_SPI_STS_MEFLG

#define DDL_SPI_STS_MEFLG   SPI_STS_MEFLG

Mode fault flag

Definition at line 150 of file g32r4xx_ddl_spi.h.

◆ DDL_SPI_STS_OVRFLG

#define DDL_SPI_STS_OVRFLG   SPI_STS_OVRFLG

Overrun flag

Definition at line 151 of file g32r4xx_ddl_spi.h.

◆ DDL_SPI_STS_RXBNEFLG

#define DDL_SPI_STS_RXBNEFLG   SPI_STS_RXBNEFLG

Rx buffer not empty flag

Definition at line 146 of file g32r4xx_ddl_spi.h.

◆ DDL_SPI_STS_TXBEFLG

#define DDL_SPI_STS_TXBEFLG   SPI_STS_TXBEFLG

Tx buffer empty flag

Definition at line 147 of file g32r4xx_ddl_spi.h.