Searched refs:HAL_COMP_MspInit (Results 1 – 6 of 6) sorted by relevance
327 hcomp->MspInitCallback = HAL_COMP_MspInit; /* Legacy weak MspInit */ in HAL_COMP_Init()334 HAL_COMP_MspInit(hcomp); in HAL_COMP_Init()515 __weak void HAL_COMP_MspInit(COMP_HandleTypeDef *hcomp) in HAL_COMP_MspInit() function649 hcomp->MspInitCallback = HAL_COMP_MspInit; /* Legacy weak MspInit */ in HAL_COMP_UnRegisterCallback()670 hcomp->MspInitCallback = HAL_COMP_MspInit; /* Legacy weak MspInit */ in HAL_COMP_UnRegisterCallback()
22 __weak void HAL_COMP_MspInit(COMP_HandleTypeDef* hcomp) in HAL_COMP_MspInit() function117 HAL_COMP_MspInit(hcomp); in HAL_COMP_Init()
22 __weak void HAL_COMP_MspInit(COMP_HandleTypeDef* hcomp) in HAL_COMP_MspInit() function122 HAL_COMP_MspInit(hcomp); in HAL_COMP_Init()
200 void HAL_COMP_MspInit(COMP_HandleTypeDef* hcomp);
591 void HAL_COMP_MspInit(COMP_HandleTypeDef *hcomp);
Completed in 10 milliseconds