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

HAL_IRDA_ERROR_PE macro

Parity error

Syntax

#define HAL_IRDA_ERROR_PE 0x00000001U

References

LocationText
stm32f4xx_hal_irda.h:238
#define HAL_IRDA_ERROR_PE 0x00000001U /*!< Parity error */
stm32f4xx_hal_irda.c:1758
hirda->ErrorCode |= HAL_IRDA_ERROR_PE;