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

HAL_SMARTCARD_ERROR_NE macro

Noise error

Syntax

#define HAL_SMARTCARD_ERROR_NE 0x00000002U

Examples

HAL_SMARTCARD_ERROR_NE is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_hal_smartcard.h:245
#define HAL_SMARTCARD_ERROR_NE 0x00000002U /*!< Noise error */
stm32f4xx_hal_smartcard.c:1562
hsc->ErrorCode |= HAL_SMARTCARD_ERROR_NE;