HAL
HAL_FMPI2C_MasterRxCpltCallback() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_FMPI2C_MasterRxCpltCallback()

HAL_FMPI2C_MasterRxCpltCallback() function

Master Rx Transfer completed callback.

Syntax

void HAL_FMPI2C_MasterRxCpltCallback(FMPI2C_HandleTypeDef *hfmpi2c);
Implemented in stm32f4xx_hal_fmpi2c.c:4712

Arguments

hfmpi2c

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

Return value

None

References

LocationReferrerText
stm32f4xx_hal_fmpi2c.c:4712
__weak void HAL_FMPI2C_MasterRxCpltCallback(FMPI2C_HandleTypeDef *hfmpi2c)
stm32f4xx_hal_fmpi2c.h:695
void HAL_FMPI2C_MasterRxCpltCallback(FMPI2C_HandleTypeDef *hfmpi2c);
stm32f4xx_hal_fmpi2c.c:6082FMPI2C_ITMasterSeqCplt()
HAL_FMPI2C_MasterRxCpltCallback(hfmpi2c);
stm32f4xx_hal_fmpi2c.c:6293FMPI2C_ITMasterCplt()
HAL_FMPI2C_MasterRxCpltCallback(hfmpi2c);

Call Tree

Functions calling HAL_FMPI2C_MasterRxCpltCallback()
HAL_FMPI2C_MasterRxCpltCallback()
Data read by HAL_FMPI2C_MasterRxCpltCallback()
HAL_FMPI2C_MasterRxCpltCallback()