UM1940
HAL_USART_RxCpltCallback
Function name
Function description
Parameters
Return values
HAL_USART_RxHalfCpltCallback
Function name
Function description
Parameters
Return values
HAL_USART_TxRxCpltCallback
Function name
Function description
Parameters
Return values
HAL_USART_ErrorCallback
Function name
Function description
Parameters
Return values
HAL_USART_AbortCpltCallback
Function name
Function description
Parameters
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.
None:
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.
None:
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.
None:
void HAL_USART_ErrorCallback (USART_HandleTypeDef *
husart)
USART error callbacks.
husart: pointer to a USART_HandleTypeDef structure that
contains the configuration information for the specified
USART module.
None:
void HAL_USART_AbortCpltCallback (USART_HandleTypeDef
* husart)
USART Abort Complete callback.
husart: USART handle.
DocID028236 Rev 2
HAL USART Generic Driver
683/1371
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?