HAL_UART_AbortReceiveCpltCallback
void HAL_UART_AbortReceiveCpltCallback
(UART_HandleTypeDef * huart)
UART Abort Receive Complete callback.
HAL_LIN_SendBreak
HAL_StatusTypeDef HAL_LIN_SendBreak
(UART_HandleTypeDef * huart)
Transmits break characters.
huart: pointer to a UART_HandleTypeDef structure that
contains the configuration information for the specified UART
module.
HAL_MultiProcessor_EnterMuteMode
HAL_StatusTypeDef HAL_MultiProcessor_EnterMuteMode
(UART_HandleTypeDef * huart)
Enters the UART in mute mode.
huart: pointer to a UART_HandleTypeDef structure that
contains the configuration information for the specified UART
module.
HAL_MultiProcessor_ExitMuteMode
HAL_StatusTypeDef HAL_MultiProcessor_ExitMuteMode
(UART_HandleTypeDef * huart)
Exits the UART mute mode: wake up software.
huart: pointer to a UART_HandleTypeDef structure that
contains the configuration information for the specified UART
module.
HAL_HalfDuplex_EnableTransmitter
HAL_StatusTypeDef HAL_HalfDuplex_EnableTransmitter
(UART_HandleTypeDef * huart)
Enables the UART transmitter and disables the UART receiver.
huart: pointer to a UART_HandleTypeDef structure that
contains the configuration information for the specified UART
module.