Functions | |
| HAL_StatusTypeDef | HAL_UART_Init (UART_HandleTypeDef *huart) |
| Initialize the UART mode according to the specified parameters in the UART_InitTypeDef and initialize the associated handle. More... | |
| HAL_StatusTypeDef | HAL_HalfDuplex_Init (UART_HandleTypeDef *huart) |
| HAL_StatusTypeDef | HAL_LIN_Init (UART_HandleTypeDef *huart, uint32_t BreakDetectLength) |
| HAL_StatusTypeDef | HAL_MultiProcessor_Init (UART_HandleTypeDef *huart, uint8_t Address, uint32_t WakeUpMethod) |
| HAL_StatusTypeDef | HAL_UART_DeInit (UART_HandleTypeDef *huart) |
| DeInitialize the UART peripheral. More... | |
| void | HAL_UART_MspInit (UART_HandleTypeDef *huart) |
| void | HAL_UART_MspDeInit (UART_HandleTypeDef *huart) |
| HAL_StatusTypeDef HAL_UART_DeInit | ( | UART_HandleTypeDef * | huart | ) |
DeInitialize the UART peripheral.
| huart | UART handle. |
| HAL | status |
| HAL_StatusTypeDef HAL_UART_Init | ( | UART_HandleTypeDef * | huart | ) |
Initialize the UART mode according to the specified parameters in the UART_InitTypeDef and initialize the associated handle.
| huart | UART handle. |
| HAL | status |