STM32H735xx HAL User Manual
Defines
UART Error Definition
UART Exported Constants

Defines

#define HAL_UART_ERROR_NONE   (0x00000000U)
#define HAL_UART_ERROR_PE   (0x00000001U)
#define HAL_UART_ERROR_NE   (0x00000002U)
#define HAL_UART_ERROR_FE   (0x00000004U)
#define HAL_UART_ERROR_ORE   (0x00000008U)
#define HAL_UART_ERROR_DMA   (0x00000010U)
#define HAL_UART_ERROR_RTO   (0x00000020U)
#define HAL_UART_ERROR_INVALID_CALLBACK   (0x00000040U)

Define Documentation

#define HAL_UART_ERROR_DMA   (0x00000010U)
#define HAL_UART_ERROR_FE   (0x00000004U)

Frame error

Definition at line 352 of file stm32h7xx_hal_uart.h.

Referenced by HAL_UART_IRQHandler(), UART_RxISR_16BIT_FIFOEN(), and UART_RxISR_8BIT_FIFOEN().

#define HAL_UART_ERROR_INVALID_CALLBACK   (0x00000040U)
#define HAL_UART_ERROR_NE   (0x00000002U)

Noise error

Definition at line 351 of file stm32h7xx_hal_uart.h.

Referenced by HAL_UART_IRQHandler(), UART_RxISR_16BIT_FIFOEN(), and UART_RxISR_8BIT_FIFOEN().

#define HAL_UART_ERROR_NONE   (0x00000000U)
#define HAL_UART_ERROR_ORE   (0x00000008U)

Overrun error

Definition at line 353 of file stm32h7xx_hal_uart.h.

Referenced by HAL_UART_IRQHandler().

#define HAL_UART_ERROR_PE   (0x00000001U)

Parity error

Definition at line 350 of file stm32h7xx_hal_uart.h.

Referenced by HAL_UART_IRQHandler(), UART_RxISR_16BIT_FIFOEN(), and UART_RxISR_8BIT_FIFOEN().

#define HAL_UART_ERROR_RTO   (0x00000020U)

Receiver Timeout error

Definition at line 355 of file stm32h7xx_hal_uart.h.

Referenced by HAL_UART_IRQHandler(), and UART_WaitOnFlagUntilTimeout().