Searched refs:HAL_COMP_MspDeInit (Results 1 – 6 of 6) sorted by relevance
491 hcomp->MspDeInitCallback = HAL_COMP_MspDeInit; /* Legacy weak MspDeInit */ in HAL_COMP_DeInit()498 HAL_COMP_MspDeInit(hcomp); in HAL_COMP_DeInit()530 __weak void HAL_COMP_MspDeInit(COMP_HandleTypeDef *hcomp) in HAL_COMP_MspDeInit() function653 hcomp->MspDeInitCallback = HAL_COMP_MspDeInit; /* Legacy weak MspDeInit */ in HAL_COMP_UnRegisterCallback()674 hcomp->MspDeInitCallback = HAL_COMP_MspDeInit; /* Legacy weak MspDeInit */ in HAL_COMP_UnRegisterCallback()
72 __weak void HAL_COMP_MspDeInit(COMP_HandleTypeDef* hcomp) in HAL_COMP_MspDeInit() function201 HAL_COMP_MspDeInit(hcomp); in HAL_COMP_DeInit()
77 __weak void HAL_COMP_MspDeInit(COMP_HandleTypeDef* hcomp) in HAL_COMP_MspDeInit() function206 HAL_COMP_MspDeInit(hcomp); in HAL_COMP_DeInit()
201 void HAL_COMP_MspDeInit(COMP_HandleTypeDef* hcomp);
592 void HAL_COMP_MspDeInit(COMP_HandleTypeDef *hcomp);
Completed in 16 milliseconds