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

HAL_SMARTCARD_ERROR_ORE macro

Overrun error

Syntax

#define HAL_SMARTCARD_ERROR_ORE 0x00000008U

Examples

HAL_SMARTCARD_ERROR_ORE is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_hal_smartcard.h:247
#define HAL_SMARTCARD_ERROR_ORE 0x00000008U /*!< Overrun error */
stm32f4xx_hal_smartcard.c:1568
hsc->ErrorCode |= HAL_SMARTCARD_ERROR_ORE;
stm32f4xx_hal_smartcard.c:1582
if(((hsc->ErrorCode & HAL_SMARTCARD_ERROR_ORE) != RESET) || dmarequest)