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

HAL_USART_ERROR_NE macro

Noise error

Syntax

#define HAL_USART_ERROR_NE 0x00000002U

References

LocationText
stm32f4xx_hal_usart.h:182
#define HAL_USART_ERROR_NE 0x00000002U /*!< Noise error */
stm32f4xx_hal_usart.c:1819
husart->ErrorCode |= HAL_USART_ERROR_NE;