HAL_UART_RxCpltCallback
void HAL_UART_RxCpltCallback (UART_HandleTypeDef *
huart)
Rx Transfer completed callbacks.
huart: pointer to a UART_HandleTypeDef structure that
contains the configuration information for the specified UART
module.
HAL_UART_RxHalfCpltCallback
void HAL_UART_RxHalfCpltCallback (UART_HandleTypeDef *
huart)
Rx Half Transfer completed callbacks.
huart: pointer to a UART_HandleTypeDef structure that
contains the configuration information for the specified UART
module.
HAL_UART_ErrorCallback
void HAL_UART_ErrorCallback (UART_HandleTypeDef *
huart)
huart: pointer to a UART_HandleTypeDef structure that
contains the configuration information for the specified UART
module.
HAL_UART_AbortCpltCallback
void HAL_UART_AbortCpltCallback (UART_HandleTypeDef *
huart)
UART Abort Complete callback.
HAL_UART_AbortTransmitCpltCallback
void HAL_UART_AbortTransmitCpltCallback
(UART_HandleTypeDef * huart)
UART Abort Complete callback.