STM32F439xx HAL User Manual
Defines
I2C XferOptions definition
I2C Exported Constants

Defines

#define I2C_FIRST_FRAME   0x00000001U
#define I2C_NEXT_FRAME   0x00000002U
#define I2C_FIRST_AND_LAST_FRAME   0x00000004U
#define I2C_LAST_FRAME   0x00000008U

Define Documentation

#define I2C_FIRST_AND_LAST_FRAME   0x00000004U
#define I2C_FIRST_FRAME   0x00000001U
#define I2C_LAST_FRAME   0x00000008U
#define I2C_NEXT_FRAME   0x00000002U

Definition at line 294 of file stm32f4xx_hal_i2c.h.

Referenced by I2C_Master_ADDR(), and I2C_MasterReceive_BTF().