HAL + 0/54 examples
CodeScope will show references to HAL_I2C_ErrorCallback() from the following samples and libraries:
Examples
STM32446E-Nucleo
Examples
I2C
STM32469I-Discovery
Examples
I2C
STM32469I_EVAL
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_ErrorCallback() function

I2C error callback.

Syntax

void HAL_I2C_ErrorCallback(I2C_HandleTypeDef *hi2c);
Implemented in stm32f4xx_hal_i2c.c:5163

Arguments

hi2c

Pointer to a I2C_HandleTypeDef structure that contains the configuration information for the specified I2C.

Return value

None

Examples

HAL_I2C_ErrorCallback() is referenced by 54 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_i2c.c:5163
__weak void HAL_I2C_ErrorCallback(I2C_HandleTypeDef *hi2c)
stm32f4xx_hal_i2c.h:620
void HAL_I2C_ErrorCallback(I2C_HandleTypeDef *hi2c);
stm32f4xx_hal_i2c.c:5620I2C_MasterReceive_RXNE()
HAL_I2C_ErrorCallback(hi2c);
stm32f4xx_hal_i2c.c:6533I2C_ITError()
HAL_I2C_ErrorCallback(hi2c);
stm32f4xx_hal_i2c.c:7032I2C_DMAXferCplt()
HAL_I2C_ErrorCallback(hi2c);
stm32f4xx_hal_i2c.c:7111I2C_DMAError()
HAL_I2C_ErrorCallback(hi2c);
stm32f4xx_hal_i2c.c:7210I2C_DMAAbort()
HAL_I2C_ErrorCallback(hi2c);

Call Tree

Functions calling HAL_I2C_ErrorCallback()
Functions called by HAL_I2C_ErrorCallback()
HAL_I2C_ErrorCallback()
Error_Handler()
BSP_LED_On()
BSP_LED_Off()
all items filtered out
Data read by HAL_I2C_ErrorCallback()
Data written by HAL_I2C_ErrorCallback()
HAL_I2C_ErrorCallback()::I2cHandle
Led_TypeDef::LED2
Led_TypeDef::LED3
Led_TypeDef::LED1
Led_TypeDef::LED4
Led_TypeDef::LED5
Led_TypeDef::LED6
::TRANSFER_ERROR
all items filtered out
HAL_I2C_ErrorCallback()
wTransferState
all items filtered out