Functions | |
| HAL_StatusTypeDef | UART_SetConfig (UART_HandleTypeDef *huart) |
| Configure the UART peripheral. More... | |
| HAL_StatusTypeDef | UART_CheckIdleState (UART_HandleTypeDef *huart) |
| HAL_StatusTypeDef | UART_WaitOnFlagUntilTimeout (UART_HandleTypeDef *huart, uint32_t Flag, FlagStatus Status, uint32_t Tickstart, uint32_t Timeout) |
| void | UART_AdvFeatureConfig (UART_HandleTypeDef *huart) |
| HAL_StatusTypeDef UART_SetConfig | ( | UART_HandleTypeDef * | huart | ) |
Configure the UART peripheral.
| huart | UART handle. |
| HAL | status |