Searched refs:HAL_IRDA_MspDeInit (Results 1 – 2 of 2) sorted by relevance
386 hirda->MspDeInitCallback = HAL_IRDA_MspDeInit; in HAL_IRDA_DeInit()391 HAL_IRDA_MspDeInit(hirda); in HAL_IRDA_DeInit()427 __weak void HAL_IRDA_MspDeInit(IRDA_HandleTypeDef *hirda) in HAL_IRDA_MspDeInit() function626 …hirda->MspDeInitCallback = HAL_IRDA_MspDeInit; /* Legacy weak MspDeInitCal… in HAL_IRDA_UnRegisterCallback()647 hirda->MspDeInitCallback = HAL_IRDA_MspDeInit; in HAL_IRDA_UnRegisterCallback()
547 void HAL_IRDA_MspDeInit(IRDA_HandleTypeDef *hirda);
Completed in 15 milliseconds