
Functions | |
| 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) | 
| HAL_StatusTypeDef | HAL_UART_Init (UART_HandleTypeDef *huart) | 
| void | HAL_UART_MspDeInit (UART_HandleTypeDef *huart) | 
| UART MSP De-Initialization This function freeze the hardware resources used in this example.  More... | |
| void | HAL_UART_MspInit (UART_HandleTypeDef *huart) | 
| UART MSP Initialization This function configures the hardware resources used in this example.  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 | ) | 
| HAL_StatusTypeDef HAL_UART_Init | ( | UART_HandleTypeDef * | huart | ) | 
| void HAL_UART_MspDeInit | ( | UART_HandleTypeDef * | huart | ) | 
UART MSP De-Initialization This function freeze the hardware resources used in this example.
| huart | UART handle pointer | 
| None | 
USART3 GPIO Configuration PD9 ---—> USART3_RX PD8 ---—> USART3_TX
Definition at line 369 of file stm32h7xx_hal_msp.c.
| void HAL_UART_MspInit | ( | UART_HandleTypeDef * | huart | ) | 
UART MSP Initialization This function configures the hardware resources used in this example.
| huart | UART handle pointer | 
| None | 
Initializes the peripherals clock
USART3 GPIO Configuration PD9 ---—> USART3_RX PD8 ---—> USART3_TX
Definition at line 320 of file stm32h7xx_hal_msp.c.