Macros | |
#define | HAL_UART_ERROR_DMA 0x00000010U |
#define | HAL_UART_ERROR_FE 0x00000004U |
#define | HAL_UART_ERROR_NE 0x00000002U |
#define | HAL_UART_ERROR_NONE 0x00000000U |
#define | HAL_UART_ERROR_ORE 0x00000008U |
#define | HAL_UART_ERROR_PE 0x00000001U |
#define HAL_UART_ERROR_DMA 0x00000010U |
DMA transfer error
Definition at line 236 of file stm32f4xx_hal_uart.h.
#define HAL_UART_ERROR_FE 0x00000004U |
Frame error
Definition at line 234 of file stm32f4xx_hal_uart.h.
#define HAL_UART_ERROR_NE 0x00000002U |
Noise error
Definition at line 233 of file stm32f4xx_hal_uart.h.
#define HAL_UART_ERROR_NONE 0x00000000U |
No error
Definition at line 231 of file stm32f4xx_hal_uart.h.
#define HAL_UART_ERROR_ORE 0x00000008U |
Overrun error
Definition at line 235 of file stm32f4xx_hal_uart.h.
#define HAL_UART_ERROR_PE 0x00000001U |
Parity error
Definition at line 232 of file stm32f4xx_hal_uart.h.