HAL
HAL_UART_GetError() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_UART_GetError() function

Return the UART error code

Syntax

uint32_t HAL_UART_GetError(const UART_HandleTypeDef *huart);
Implemented in stm32f4xx_hal_uart.c:2943

Arguments

huart

Pointer to a UART_HandleTypeDef structure that contains the configuration information for the specified UART.

Return value

UART Error Code

References

LocationText
stm32f4xx_hal_uart.c:2943
uint32_t HAL_UART_GetError(const UART_HandleTypeDef *huart)
stm32f4xx_hal_uart.h:804
uint32_t HAL_UART_GetError(const UART_HandleTypeDef *huart);

Data Use

Data read by HAL_UART_GetError()
HAL_UART_GetError()
Type of HAL_UART_GetError()
HAL_UART_GetError()
uint32_t
all items filtered out