STM32F479xx HAL User Manual
Defines
USART Error Code
USART Exported Constants

USART Error Code. More...

Defines

#define HAL_USART_ERROR_NONE   0x00000000U
#define HAL_USART_ERROR_PE   0x00000001U
#define HAL_USART_ERROR_NE   0x00000002U
#define HAL_USART_ERROR_FE   0x00000004U
#define HAL_USART_ERROR_ORE   0x00000008U
#define HAL_USART_ERROR_DMA   0x00000010U
#define HAL_USART_ERROR_INVALID_CALLBACK   0x00000020U

Detailed Description

USART Error Code.


Define Documentation

#define HAL_USART_ERROR_DMA   0x00000010U

DMA transfer error

Definition at line 186 of file stm32f4xx_hal_usart.h.

Referenced by USART_DMAError().

#define HAL_USART_ERROR_FE   0x00000004U

Frame error

Definition at line 184 of file stm32f4xx_hal_usart.h.

Referenced by HAL_USART_IRQHandler().

#define HAL_USART_ERROR_INVALID_CALLBACK   0x00000020U

Invalid Callback error

Definition at line 188 of file stm32f4xx_hal_usart.h.

Referenced by HAL_USART_RegisterCallback(), and HAL_USART_UnRegisterCallback().

#define HAL_USART_ERROR_NE   0x00000002U

Noise error

Definition at line 183 of file stm32f4xx_hal_usart.h.

Referenced by HAL_USART_IRQHandler().

#define HAL_USART_ERROR_NONE   0x00000000U
#define HAL_USART_ERROR_ORE   0x00000008U

Overrun error

Definition at line 185 of file stm32f4xx_hal_usart.h.

Referenced by HAL_USART_IRQHandler().

#define HAL_USART_ERROR_PE   0x00000001U

Parity error

Definition at line 182 of file stm32f4xx_hal_usart.h.

Referenced by HAL_USART_IRQHandler().