HAL + 0/49 examples
CodeScope will show references to HAL_I2C_ERROR_AF from the following samples and libraries:
Drivers
Boards
Examples
STM32446E-Nucleo
Examples
I2C
STM32469I-Discovery
Examples
I2C
STM32F4-Discovery
Examples
I2C
STM32F401-Discovery
Examples
I2C
STM32F410xx-Nucleo
Examples
I2C
STM32F411E-Discovery
Examples
I2C
STM32F411RE-Nucleo
Examples_MIX
I2C
STM32F412G-Discovery
Examples
I2C
STM32F412ZG-Nucleo
Examples
I2C
STM32F413ZH-Nucleo
Examples
I2C
STM32F429I-Discovery
Examples
I2C
 
Symbols
loading...
Files
loading...

HAL_I2C_ERROR_AF macro

AF error

Syntax

#define HAL_I2C_ERROR_AF 0x00000004U

Examples

HAL_I2C_ERROR_AF is referenced by 49 libraries and example projects.

References

LocationText
stm32f4xx_hal_i2c.h:166
#define HAL_I2C_ERROR_AF 0x00000004U /*!< AF error */
stm32f4xx_hal_i2c.c:1106
if (hi2c->ErrorCode == HAL_I2C_ERROR_AF)
stm32f4xx_hal_i2c.c:1140
if (hi2c->ErrorCode == HAL_I2C_ERROR_AF)
stm32f4xx_hal_i2c.c:2553
if (hi2c->ErrorCode == HAL_I2C_ERROR_AF)
stm32f4xx_hal_i2c.c:2588
if (hi2c->ErrorCode == HAL_I2C_ERROR_AF)
stm32f4xx_hal_i2c.c:4999
error |= HAL_I2C_ERROR_AF;
stm32f4xx_hal_i2c.c:6197
hi2c->ErrorCode |= HAL_I2C_ERROR_AF;
stm32f4xx_hal_i2c.c:6225
hi2c->ErrorCode |= HAL_I2C_ERROR_AF;
stm32f4xx_hal_i2c.c:6280
hi2c->ErrorCode |= HAL_I2C_ERROR_AF;
stm32f4xx_hal_i2c.c:6542
((CurrentError & HAL_I2C_ERROR_AF) == HAL_I2C_ERROR_AF) || \
stm32f4xx_hal_i2c.c:6552
if (((hi2c->ErrorCode & HAL_I2C_ERROR_AF) == HAL_I2C_ERROR_AF) && (CurrentState == HAL_I2C_STATE_LISTEN))
stm32f4xx_hal_i2c.c:6777
if (hi2c->ErrorCode == HAL_I2C_ERROR_AF)
stm32f4xx_hal_i2c.c:6800
if (hi2c->ErrorCode == HAL_I2C_ERROR_AF)
stm32f4xx_hal_i2c.c:6860
if (hi2c->ErrorCode == HAL_I2C_ERROR_AF)
stm32f4xx_hal_i2c.c:6883
if (hi2c->ErrorCode == HAL_I2C_ERROR_AF)
stm32f4xx_hal_i2c.c:6898
if (hi2c->ErrorCode == HAL_I2C_ERROR_AF)
stm32f4xx_hal_i2c.c:7277
hi2c->ErrorCode |= HAL_I2C_ERROR_AF;
stm32f4xx_hal_i2c.c:7521
hi2c->ErrorCode |= HAL_I2C_ERROR_AF;