HAL_IRDA_IRQHandler
void HAL_IRDA_IRQHandler (IRDA_HandleTypeDef * hirda)
This function handles IRDA interrupt request.
hirda: pointer to a IRDA_HandleTypeDef structure that
contains the configuration information for the specified IRDA
module.
HAL_IRDA_TxCpltCallback
void HAL_IRDA_TxCpltCallback (IRDA_HandleTypeDef *
hirda)
Tx Transfer complete callbacks.
hirda: pointer to a IRDA_HandleTypeDef structure that
contains the configuration information for the specified IRDA
module.
HAL_IRDA_RxCpltCallback
void HAL_IRDA_RxCpltCallback (IRDA_HandleTypeDef *
hirda)
Rx Transfer complete callbacks.
hirda: pointer to a IRDA_HandleTypeDef structure that
contains the configuration information for the specified IRDA
module.
HAL_IRDA_TxHalfCpltCallback
void HAL_IRDA_TxHalfCpltCallback (IRDA_HandleTypeDef *
hirda)
Tx Half Transfer completed callbacks.
hirda: pointer to a IRDA_HandleTypeDef structure that
contains the configuration information for the specified
USART module.
HAL_IRDA_RxHalfCpltCallback
void HAL_IRDA_RxHalfCpltCallback (IRDA_HandleTypeDef *
hirda)
Rx Half Transfer complete callbacks.
hirda: pointer to a IRDA_HandleTypeDef structure that
contains the configuration information for the specified IRDA
module.