STM32L486xx HAL User Manual
Defines
UART Error Definition
UART Exported Constants

Defines

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

Define Documentation

#define HAL_UART_ERROR_DMA   ((uint32_t)0x00000010U)

DMA transfer error

Definition at line 352 of file stm32l4xx_hal_uart.h.

Referenced by UART_DMAError().

#define HAL_UART_ERROR_FE   ((uint32_t)0x00000004U)

Frame error

Definition at line 350 of file stm32l4xx_hal_uart.h.

Referenced by HAL_UART_IRQHandler().

#define HAL_UART_ERROR_INVALID_CALLBACK   ((uint32_t)0x00000020U)

Invalid Callback error

Definition at line 354 of file stm32l4xx_hal_uart.h.

Referenced by HAL_UART_RegisterCallback(), and HAL_UART_UnRegisterCallback().

#define HAL_UART_ERROR_NE   ((uint32_t)0x00000002U)

Noise error

Definition at line 349 of file stm32l4xx_hal_uart.h.

Referenced by HAL_UART_IRQHandler().

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

Overrun error

Definition at line 351 of file stm32l4xx_hal_uart.h.

Referenced by HAL_UART_IRQHandler().

#define HAL_UART_ERROR_PE   ((uint32_t)0x00000001U)

Parity error

Definition at line 348 of file stm32l4xx_hal_uart.h.

Referenced by HAL_UART_IRQHandler().