Macros

#define HAL_ISO7816_ERROR_NONE   ((uint32_t)0x00000000)
 
#define HAL_ISO7816_ERROR_TIMEOUT   ((uint32_t)0x00000001)
 
#define HAL_ISO7816_ERROR_TRANSFER   ((uint32_t)0x00000002)
 
#define HAL_ISO7816_ERROR_INVALID_PARAM   ((uint32_t)0x00000008)
 

Detailed Description

Macro Definition Documentation

◆ HAL_ISO7816_ERROR_INVALID_PARAM

#define HAL_ISO7816_ERROR_INVALID_PARAM   ((uint32_t)0x00000008)

Invalid parameters error

◆ HAL_ISO7816_ERROR_NONE

#define HAL_ISO7816_ERROR_NONE   ((uint32_t)0x00000000)

No error

◆ HAL_ISO7816_ERROR_TIMEOUT

#define HAL_ISO7816_ERROR_TIMEOUT   ((uint32_t)0x00000001)

Timeout error

◆ HAL_ISO7816_ERROR_TRANSFER

#define HAL_ISO7816_ERROR_TRANSFER   ((uint32_t)0x00000002)

Transfer error