|
STM32H735xx HAL User Manual
|
USART Peripheral State and Error functions. More...
Functions | |
| HAL_USART_StateTypeDef | HAL_USART_GetState (USART_HandleTypeDef *husart) |
| Return the USART handle state. | |
| uint32_t | HAL_USART_GetError (USART_HandleTypeDef *husart) |
| Return the USART error code. | |
USART Peripheral State and Error functions.
==============================================================================
##### Peripheral State and Error functions #####
==============================================================================
[..]
This subsection provides functions allowing to :
(+) Return the USART handle state
(+) Return the USART handle error code
| uint32_t HAL_USART_GetError | ( | USART_HandleTypeDef * | husart | ) |
Return the USART error code.
| husart | pointer to a USART_HandleTypeDef structure that contains the configuration information for the specified USART. |
| USART | handle Error Code |
Definition at line 2499 of file stm32h7xx_hal_usart.c.
References __USART_HandleTypeDef::ErrorCode.
Return the USART handle state.
| husart | pointer to a USART_HandleTypeDef structure that contains the configuration information for the specified USART. |
| USART | handle state |
Definition at line 2488 of file stm32h7xx_hal_usart.c.
References __USART_HandleTypeDef::State.
1.7.6.1