STM32H735xx HAL User Manual
|
UART Peripheral State functions. More...
Functions | |
HAL_UART_StateTypeDef | HAL_UART_GetState (UART_HandleTypeDef *huart) |
Return the UART handle state. | |
uint32_t | HAL_UART_GetError (UART_HandleTypeDef *huart) |
Return the UART handle error code. |
UART Peripheral State functions.
============================================================================== ##### Peripheral State and Error functions ##### ============================================================================== [..] This subsection provides functions allowing to : (+) Return the UART handle state. (+) Return the UART handle error code
uint32_t HAL_UART_GetError | ( | UART_HandleTypeDef * | huart | ) |
Return the UART handle error code.
huart | Pointer to a UART_HandleTypeDef structure that contains the configuration information for the specified UART. |
UART | Error Code |
Definition at line 2977 of file stm32h7xx_hal_uart.c.
References __UART_HandleTypeDef::ErrorCode.
Return the UART handle state.
huart | Pointer to a UART_HandleTypeDef structure that contains the configuration information for the specified UART. |
HAL | state |
Definition at line 2961 of file stm32h7xx_hal_uart.c.
References __UART_HandleTypeDef::gState, and __UART_HandleTypeDef::RxState.