HAL + 0/1 examples
CodeScope will show references to HAL_FMPI2C_ErrorCallback() from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
I2C
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_FMPI2C_ErrorCallback()

HAL_FMPI2C_ErrorCallback() function

FMPI2C error callback.

Syntax

void HAL_FMPI2C_ErrorCallback(FMPI2C_HandleTypeDef *hfmpi2c);
Implemented in stm32f4xx_hal_fmpi2c.c:4827

Arguments

hfmpi2c

Pointer to a FMPI2C_HandleTypeDef structure that contains the configuration information for the specified FMPI2C.

Return value

None

Examples

HAL_FMPI2C_ErrorCallback() is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_fmpi2c.c:4827
__weak void HAL_FMPI2C_ErrorCallback(FMPI2C_HandleTypeDef *hfmpi2c)
stm32f4xx_hal_fmpi2c.h:702
void HAL_FMPI2C_ErrorCallback(FMPI2C_HandleTypeDef *hfmpi2c);
stm32f4xx_hal_fmpi2c.c:6735FMPI2C_TreatErrorCallback()
HAL_FMPI2C_ErrorCallback(hfmpi2c);

Call Tree

Functions calling HAL_FMPI2C_ErrorCallback()
Functions called by HAL_FMPI2C_ErrorCallback()
all items filtered out
HAL_FMPI2C_ErrorCallback()
BSP_LED_On()
all items filtered out
Data read by HAL_FMPI2C_ErrorCallback()
Led_TypeDef::LED3
all items filtered out
HAL_FMPI2C_ErrorCallback()