Collaboration diagram for ISO7816 Error Code:Macros | |
| #define | HAL_ISO7816_ERROR_NONE ((uint32_t)0x00000000) |
| No error More... | |
| #define | HAL_ISO7816_ERROR_TIMEOUT ((uint32_t)0x00000001) |
| Timeout error More... | |
| #define | HAL_ISO7816_ERROR_TRANSFER ((uint32_t)0x00000002) |
| Transfer error More... | |
| #define | HAL_ISO7816_ERROR_INVALID_PARAM ((uint32_t)0x00000008) |
| Invalid parameters error. More... | |
| #define HAL_ISO7816_ERROR_INVALID_PARAM ((uint32_t)0x00000008) |
Invalid parameters error.
Definition at line 266 of file gr55xx_hal_iso7816.h.
| #define HAL_ISO7816_ERROR_NONE ((uint32_t)0x00000000) |
No error
Definition at line 263 of file gr55xx_hal_iso7816.h.
| #define HAL_ISO7816_ERROR_TIMEOUT ((uint32_t)0x00000001) |
Timeout error
Definition at line 264 of file gr55xx_hal_iso7816.h.
| #define HAL_ISO7816_ERROR_TRANSFER ((uint32_t)0x00000002) |
Transfer error
Definition at line 265 of file gr55xx_hal_iso7816.h.