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

HAL_UART_ERROR_NE macro

Noise error

Syntax

#define HAL_UART_ERROR_NE 0x00000002U

References

LocationText
stm32f4xx_hal_uart.h:258
#define HAL_UART_ERROR_NE 0x00000002U /*!< Noise error */
stm32f4xx_hal_uart.c:2383
huart->ErrorCode |= HAL_UART_ERROR_NE;