Home
last modified time | relevance | path

Searched refs:HAL_FMPI2C_MspInit (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c560 hfmpi2c->MspInitCallback = HAL_FMPI2C_MspInit; /* Legacy weak MspInit */ in HAL_FMPI2C_Init()
567 HAL_FMPI2C_MspInit(hfmpi2c); in HAL_FMPI2C_Init()
678 __weak void HAL_FMPI2C_MspInit(FMPI2C_HandleTypeDef *hfmpi2c) in HAL_FMPI2C_MspInit() function
902 …hfmpi2c->MspInitCallback = HAL_FMPI2C_MspInit; /* Legacy weak MspInit … in HAL_FMPI2C_UnRegisterCallback()
923 …hfmpi2c->MspInitCallback = HAL_FMPI2C_MspInit; /* Legacy weak MspInit … in HAL_FMPI2C_UnRegisterCallback()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h601 void HAL_FMPI2C_MspInit(FMPI2C_HandleTypeDef *hfmpi2c);