HAL
HAL_UART_ERROR_FE is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_UART_ERROR_FE macro

Frame error

Syntax

#define HAL_UART_ERROR_FE 0x00000004U

References

LocationText
stm32f4xx_hal_uart.h:259
#define HAL_UART_ERROR_FE 0x00000004U /*!< Frame error */
stm32f4xx_hal_uart.c:2389
huart->ErrorCode |= HAL_UART_ERROR_FE;