G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Read Write Direction

Macros

#define DDL_I2C_DIRECTION_WRITE   I2C_STS2_TRFLG
#define DDL_I2C_DIRECTION_READ   0x00000000U

Detailed Description

Macro Definition Documentation

◆ DDL_I2C_DIRECTION_READ

#define DDL_I2C_DIRECTION_READ   0x00000000U

Bus is in read transfer

Definition at line 292 of file g32r4xx_ddl_i2c.h.

◆ DDL_I2C_DIRECTION_WRITE

#define DDL_I2C_DIRECTION_WRITE   I2C_STS2_TRFLG

Bus is in write transfer

Definition at line 291 of file g32r4xx_ddl_i2c.h.