huart: pointer to a UART_HandleTypeDef structure that
contains the configuration information for the specified UART
module.
Address: USART address
WakeUpMethod: specifies the USART wake-up method.
This parameter can be one of the following values:
UART_WAKEUPMETHOD_IDLELINE: Wake-up by an
idle line detection
UART_WAKEUPMETHOD_ADDRESSMARK: Wake-up
by an address mark
HAL_UART_DeInit
HAL_StatusTypeDef HAL_UART_DeInit
(UART_HandleTypeDef * huart)
DeInitializes the UART peripheral.
huart: pointer to a UART_HandleTypeDef structure that
contains the configuration information for the specified UART
module.
HAL_UART_MspInit
void HAL_UART_MspInit (UART_HandleTypeDef * huart)
huart: pointer to a UART_HandleTypeDef structure that
contains the configuration information for the specified UART
module.
HAL_UART_MspDeInit
void HAL_UART_MspDeInit (UART_HandleTypeDef * huart)
huart: pointer to a UART_HandleTypeDef structure that
contains the configuration information for the specified UART
module.
HAL_UART_Transmit
HAL_StatusTypeDef HAL_UART_Transmit
(UART_HandleTypeDef * huart, uint8_t * pData, uint16_t Size,
uint32_t Timeout)
Sends an amount of data in blocking mode.