HAL + 0/1 examples
CodeScope will show references to HAL_SMARTCARD_ERROR_PE from the following samples and libraries:
Examples
STM324xG_EVAL
Examples
SMARTCARD
 
Symbols
loading...
Files
loading...

HAL_SMARTCARD_ERROR_PE macro

Parity error

Syntax

#define HAL_SMARTCARD_ERROR_PE 0x00000001U

Examples

HAL_SMARTCARD_ERROR_PE is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_hal_smartcard.h:244
#define HAL_SMARTCARD_ERROR_PE 0x00000001U /*!< Parity error */
stm32f4xx_hal_smartcard.c:1550
hsc->ErrorCode |= HAL_SMARTCARD_ERROR_PE;