HAL
I2C_NEXT_FRAME is only used within HAL.
 
Symbols
loading...
Files
loading...

I2C_NEXT_FRAME macro

Syntax

#define I2C_NEXT_FRAME 0x00000004U

References

LocationText
stm32f4xx_hal_i2c.h:354
#define I2C_NEXT_FRAME 0x00000004U
stm32f4xx_hal_i2c.c:3775
stm32f4xx_hal_i2c.c:4114
stm32f4xx_hal_i2c.c:5665
if ((CurrentXferOptions != I2C_NEXT_FRAME) && (CurrentXferOptions != I2C_FIRST_AND_NEXT_FRAME))
stm32f4xx_hal_i2c.c:5688
else if ((CurrentXferOptions == I2C_NEXT_FRAME) || (CurrentXferOptions == I2C_FIRST_AND_NEXT_FRAME))
stm32f4xx_hal_i2c.c:5914
if ((CurrentXferOptions != I2C_NEXT_FRAME) && (CurrentXferOptions != I2C_FIRST_AND_NEXT_FRAME) && (CurrentXferOptions != I2C_LAST_FRAME_NO_STOP))
stm32f4xx_hal_i2c.c:5942
if ((CurrentXferOptions != I2C_NEXT_FRAME) && (CurrentXferOptions != I2C_FIRST_AND_NEXT_FRAME) && (CurrentXferOptions != I2C_LAST_FRAME_NO_STOP))
stm32f4xx_hal_i2c.h:699
((REQUEST) == I2C_NEXT_FRAME) || \