Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c670 hfmpi2c->MspDeInitCallback = HAL_FMPI2C_MspDeInit; /* Legacy weak MspDeInit */ in HAL_FMPI2C_DeInit()
677 HAL_FMPI2C_MspDeInit(hfmpi2c); in HAL_FMPI2C_DeInit()
713 __weak void HAL_FMPI2C_MspDeInit(FMPI2C_HandleTypeDef *hfmpi2c) in HAL_FMPI2C_MspDeInit() function
922 …hfmpi2c->MspDeInitCallback = HAL_FMPI2C_MspDeInit; /* Legacy weak MspDeInit … in HAL_FMPI2C_UnRegisterCallback()
943 …hfmpi2c->MspDeInitCallback = HAL_FMPI2C_MspDeInit; /* Legacy weak MspDeInit … in HAL_FMPI2C_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h605 void HAL_FMPI2C_MspDeInit(FMPI2C_HandleTypeDef *hfmpi2c);