STM32L486xx HAL User Manual
Defines
I2C Sequential Transfer Options
I2C Exported Constants

Defines

#define I2C_FIRST_FRAME   ((uint32_t)I2C_SOFTEND_MODE)
#define I2C_FIRST_AND_NEXT_FRAME   ((uint32_t)(I2C_RELOAD_MODE | I2C_SOFTEND_MODE))
#define I2C_NEXT_FRAME   ((uint32_t)(I2C_RELOAD_MODE | I2C_SOFTEND_MODE))
#define I2C_FIRST_AND_LAST_FRAME   ((uint32_t)I2C_AUTOEND_MODE)
#define I2C_LAST_FRAME   ((uint32_t)I2C_AUTOEND_MODE)
#define I2C_LAST_FRAME_NO_STOP   ((uint32_t)I2C_SOFTEND_MODE)

Define Documentation

#define I2C_FIRST_AND_LAST_FRAME   ((uint32_t)I2C_AUTOEND_MODE)

Definition at line 300 of file stm32l4xx_hal_i2c.h.

Referenced by I2C_Slave_ISR_DMA(), and I2C_Slave_ISR_IT().

Definition at line 298 of file stm32l4xx_hal_i2c.h.

#define I2C_FIRST_FRAME   ((uint32_t)I2C_SOFTEND_MODE)

Definition at line 297 of file stm32l4xx_hal_i2c.h.

Referenced by I2C_DMASlaveTransmitCplt(), and I2C_Slave_ISR_IT().

#define I2C_LAST_FRAME   ((uint32_t)I2C_AUTOEND_MODE)

Definition at line 301 of file stm32l4xx_hal_i2c.h.

Referenced by I2C_Slave_ISR_DMA(), and I2C_Slave_ISR_IT().

#define I2C_LAST_FRAME_NO_STOP   ((uint32_t)I2C_SOFTEND_MODE)

Definition at line 302 of file stm32l4xx_hal_i2c.h.

#define I2C_NEXT_FRAME   ((uint32_t)(I2C_RELOAD_MODE | I2C_SOFTEND_MODE))

Definition at line 299 of file stm32l4xx_hal_i2c.h.

Referenced by I2C_DMASlaveTransmitCplt(), and I2C_Slave_ISR_IT().