Collaboration diagram for I2C Sequential Transfer Options:Macros | |
| #define | I2C_FIRST_FRAME (0x00000000U) |
| First transfer frame. More... | |
| #define | I2C_FIRST_AND_NEXT_FRAME (0x00000001U) |
| First and next transfer frames. More... | |
| #define | I2C_NEXT_FRAME (0x00000002U) |
| Next transfer frame. More... | |
| #define | I2C_FIRST_AND_LAST_FRAME (0x00000003U) |
| First and last transfer frames. More... | |
| #define | I2C_LAST_FRAME (0x00000004U) |
| Last transfer frame. More... | |
| #define I2C_FIRST_AND_LAST_FRAME (0x00000003U) |
First and last transfer frames.
Definition at line 317 of file gr55xx_hal_i2c.h.
| #define I2C_FIRST_AND_NEXT_FRAME (0x00000001U) |
First and next transfer frames.
Definition at line 315 of file gr55xx_hal_i2c.h.
| #define I2C_FIRST_FRAME (0x00000000U) |
First transfer frame.
Definition at line 314 of file gr55xx_hal_i2c.h.
| #define I2C_LAST_FRAME (0x00000004U) |
Last transfer frame.
Definition at line 318 of file gr55xx_hal_i2c.h.
| #define I2C_NEXT_FRAME (0x00000002U) |
Next transfer frame.
Definition at line 316 of file gr55xx_hal_i2c.h.