Macros | |
#define | HAL_SMARTCARD_ERROR_DMA ((uint32_t)0x00000010U) |
#define | HAL_SMARTCARD_ERROR_FE ((uint32_t)0x00000004U) |
#define | HAL_SMARTCARD_ERROR_NE ((uint32_t)0x00000002U) |
#define | HAL_SMARTCARD_ERROR_NONE ((uint32_t)0x00000000U) |
#define | HAL_SMARTCARD_ERROR_ORE ((uint32_t)0x00000008U) |
#define | HAL_SMARTCARD_ERROR_PE ((uint32_t)0x00000001U) |
#define | HAL_SMARTCARD_ERROR_RTO ((uint32_t)0x00000020U) |
#define HAL_SMARTCARD_ERROR_DMA ((uint32_t)0x00000010U) |
DMA transfer error
Definition at line 329 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_ERROR_FE ((uint32_t)0x00000004U) |
frame error
Definition at line 327 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_ERROR_NE ((uint32_t)0x00000002U) |
Noise error
Definition at line 326 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_ERROR_NONE ((uint32_t)0x00000000U) |
No error
Definition at line 324 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_ERROR_ORE ((uint32_t)0x00000008U) |
Overrun error
Definition at line 328 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_ERROR_PE ((uint32_t)0x00000001U) |
Parity error
Definition at line 325 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_ERROR_RTO ((uint32_t)0x00000020U) |
Receiver TimeOut error
Definition at line 330 of file stm32f7xx_hal_smartcard.h.