G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Own Address 1 Length

Macros

#define DDL_I2C_OWNADDRESS1_7BIT   0x00004000U
#define DDL_I2C_OWNADDRESS1_10BIT   (uint32_t)(I2C_SADDR1_ADDRLEN | 0x00004000U)

Detailed Description

Macro Definition Documentation

◆ DDL_I2C_OWNADDRESS1_10BIT

#define DDL_I2C_OWNADDRESS1_10BIT   (uint32_t)(I2C_SADDR1_ADDRLEN | 0x00004000U)

Own address 1 is a 10-bit address.

Definition at line 245 of file g32r4xx_ddl_i2c.h.

◆ DDL_I2C_OWNADDRESS1_7BIT

#define DDL_I2C_OWNADDRESS1_7BIT   0x00004000U

Own address 1 is a 7-bit address.

Definition at line 244 of file g32r4xx_ddl_i2c.h.