Macros
Collaboration diagram for SMARTCARD Error Code Definition:

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)
 

Detailed Description

Macro Definition Documentation

◆ HAL_SMARTCARD_ERROR_DMA

#define HAL_SMARTCARD_ERROR_DMA   ((uint32_t)0x00000010U)

DMA transfer error

Definition at line 329 of file stm32f7xx_hal_smartcard.h.

◆ HAL_SMARTCARD_ERROR_FE

#define HAL_SMARTCARD_ERROR_FE   ((uint32_t)0x00000004U)

frame error

Definition at line 327 of file stm32f7xx_hal_smartcard.h.

◆ HAL_SMARTCARD_ERROR_NE

#define HAL_SMARTCARD_ERROR_NE   ((uint32_t)0x00000002U)

Noise error

Definition at line 326 of file stm32f7xx_hal_smartcard.h.

◆ HAL_SMARTCARD_ERROR_NONE

#define HAL_SMARTCARD_ERROR_NONE   ((uint32_t)0x00000000U)

No error

Definition at line 324 of file stm32f7xx_hal_smartcard.h.

◆ HAL_SMARTCARD_ERROR_ORE

#define HAL_SMARTCARD_ERROR_ORE   ((uint32_t)0x00000008U)

Overrun error

Definition at line 328 of file stm32f7xx_hal_smartcard.h.

◆ HAL_SMARTCARD_ERROR_PE

#define HAL_SMARTCARD_ERROR_PE   ((uint32_t)0x00000001U)

Parity error

Definition at line 325 of file stm32f7xx_hal_smartcard.h.

◆ HAL_SMARTCARD_ERROR_RTO

#define HAL_SMARTCARD_ERROR_RTO   ((uint32_t)0x00000020U)

Receiver TimeOut error

Definition at line 330 of file stm32f7xx_hal_smartcard.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08