I2C Sequential Transfer Options

Macros

#define I2C_FIRST_FRAME   (0x00000000U)
 
#define I2C_FIRST_AND_NEXT_FRAME   (0x00000001U)
 
#define I2C_NEXT_FRAME   (0x00000002U)
 
#define I2C_FIRST_AND_LAST_FRAME   (0x00000003U)
 
#define I2C_LAST_FRAME   (0x00000004U)
 

Detailed Description

Macro Definition Documentation

◆ I2C_FIRST_AND_LAST_FRAME

#define I2C_FIRST_AND_LAST_FRAME   (0x00000003U)

First and last transfer frames.

Definition at line 317 of file gr55xx_hal_i2c.h.

◆ I2C_FIRST_AND_NEXT_FRAME

#define I2C_FIRST_AND_NEXT_FRAME   (0x00000001U)

First and next transfer frames.

Definition at line 315 of file gr55xx_hal_i2c.h.

◆ I2C_FIRST_FRAME

#define I2C_FIRST_FRAME   (0x00000000U)

First transfer frame.

Definition at line 314 of file gr55xx_hal_i2c.h.

◆ I2C_LAST_FRAME

#define I2C_LAST_FRAME   (0x00000004U)

Last transfer frame.

Definition at line 318 of file gr55xx_hal_i2c.h.

◆ I2C_NEXT_FRAME

#define I2C_NEXT_FRAME   (0x00000002U)

Next transfer frame.

Definition at line 316 of file gr55xx_hal_i2c.h.