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

HAL_SMARTCARD_ERROR_FE macro

Frame error

Syntax

#define HAL_SMARTCARD_ERROR_FE 0x00000004U

Examples

HAL_SMARTCARD_ERROR_FE is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_hal_smartcard.h:246
#define HAL_SMARTCARD_ERROR_FE 0x00000004U /*!< Frame error */
stm32f4xx_hal_smartcard.c:1556
hsc->ErrorCode |= HAL_SMARTCARD_ERROR_FE;