HAL_USART_RxCpltCallback
void HAL_USART_RxCpltCallback (USART_HandleTypeDef *
husart)
Rx Transfer completed callbacks.
husart: pointer to a USART_HandleTypeDef structure that
contains the configuration information for the specified
USART module.
HAL_USART_RxHalfCpltCallback
void HAL_USART_RxHalfCpltCallback
(USART_HandleTypeDef * husart)
Rx Half Transfer completed callbacks.
husart: pointer to a USART_HandleTypeDef structure that
contains the configuration information for the specified
USART module.
HAL_USART_TxRxCpltCallback
void HAL_USART_TxRxCpltCallback (USART_HandleTypeDef
* husart)
Tx/Rx Transfers completed callback for the non-blocking process.
husart: pointer to a USART_HandleTypeDef structure that
contains the configuration information for the specified
USART module.
HAL_USART_ErrorCallback
void HAL_USART_ErrorCallback (USART_HandleTypeDef *
husart)
husart: pointer to a USART_HandleTypeDef structure that
contains the configuration information for the specified
USART module.
HAL_USART_AbortCpltCallback
void HAL_USART_AbortCpltCallback (USART_HandleTypeDef
* husart)
USART Abort Complete callback.