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) |
#define I2C_FIRST_AND_LAST_FRAME (0x00000003U) |
First and last transfer frames.
Definition at line 315 of file gr55xx_hal_i2c.h.
#define I2C_FIRST_AND_NEXT_FRAME (0x00000001U) |
First and next transfer frames.
Definition at line 313 of file gr55xx_hal_i2c.h.
#define I2C_FIRST_FRAME (0x00000000U) |
First transfer frame.
Definition at line 312 of file gr55xx_hal_i2c.h.
#define I2C_LAST_FRAME (0x00000004U) |
Last transfer frame.
Definition at line 316 of file gr55xx_hal_i2c.h.
#define I2C_NEXT_FRAME (0x00000002U) |
Next transfer frame.
Definition at line 314 of file gr55xx_hal_i2c.h.