Description of mapped error codes from Library with respect to VICC Error codes. More...

Macros | |
| #define | PHAL_ICODE_ERR_CUSTOM_COMMANDS_ERROR (PH_ERR_CUSTOM_BEGIN + 0U) |
| Custom commands Error codes. | |
| #define | PHAL_ICODE_ERR_COMMAND_NOT_SUPPORTED (PH_ERR_CUSTOM_BEGIN + 1U) |
| The command is not supported, i.e. More... | |
| #define | PHAL_ICODE_ERR_COMMAND_NOT_RECOGNIZED (PH_ERR_CUSTOM_BEGIN + 2U) |
| The command is not recognized, for example: a format error occurred. More... | |
| #define | PHAL_ICODE_ERR_COMMAND_OPTION_NOT_SUPPORTED (PH_ERR_CUSTOM_BEGIN + 3U) |
| The command option is not supported. More... | |
| #define | PHAL_ICODE_ERR_NO_INFORMATION (PH_ERR_CUSTOM_BEGIN + 4U) |
| Error with no information given or a specific error code is not supported. More... | |
| #define | PHAL_ICODE_ERR_BLOCK_NOT_AVAILABLE (PH_ERR_CUSTOM_BEGIN + 5U) |
| The specified block is not available (does not exist). More... | |
| #define | PHAL_ICODE_ERR_BLOCK_LOCKED (PH_ERR_CUSTOM_BEGIN + 6U) |
| The specified block is already locked and thus cannot be locked again. More... | |
| #define | PHAL_ICODE_ERR_CONTENT_CHANGE_FAILURE (PH_ERR_CUSTOM_BEGIN + 7U) |
| The specified block is locked and its content cannot be changed. More... | |
| #define | PHAL_ICODE_ERR_BLOCK_PROGRAMMING_FAILURE (PH_ERR_CUSTOM_BEGIN + 8U) |
| The specified block was not successfully programmed. More... | |
| #define | PHAL_ICODE_ERR_BLOCK_NOT_LOCKED (PH_ERR_CUSTOM_BEGIN + 9U) |
| The specified block was not successfully locked. More... | |
| #define | PHAL_ICODE_ERR_BLOCK_PROTECTED (PH_ERR_CUSTOM_BEGIN + 10U) |
| The specified block is protected. More... | |
| #define | PHAL_ICODE_ERR_GENERIC_CRYPTO_ERROR (PH_ERR_CUSTOM_BEGIN + 11U) |
| Generic cryptographic error. More... | |
Description of mapped error codes from Library with respect to VICC Error codes.
| #define PHAL_ICODE_ERR_COMMAND_NOT_SUPPORTED (PH_ERR_CUSTOM_BEGIN + 1U) |
The command is not supported, i.e.
the request code is not recognized. This error represents VICC's Command Not Supported error.
| #define PHAL_ICODE_ERR_COMMAND_NOT_RECOGNIZED (PH_ERR_CUSTOM_BEGIN + 2U) |
The command is not recognized, for example: a format error occurred.
This error represents VICC's Command not Recognized error.
| #define PHAL_ICODE_ERR_COMMAND_OPTION_NOT_SUPPORTED (PH_ERR_CUSTOM_BEGIN + 3U) |
The command option is not supported.
This error represents VICC's Command Option not Supported error.
| #define PHAL_ICODE_ERR_NO_INFORMATION (PH_ERR_CUSTOM_BEGIN + 4U) |
Error with no information given or a specific error code is not supported.
This error represents VICC's No Information error.
| #define PHAL_ICODE_ERR_BLOCK_NOT_AVAILABLE (PH_ERR_CUSTOM_BEGIN + 5U) |
The specified block is not available (does not exist).
This error represents VICC's Not Available error.
| #define PHAL_ICODE_ERR_BLOCK_LOCKED (PH_ERR_CUSTOM_BEGIN + 6U) |
The specified block is already locked and thus cannot be locked again.
This error represents VICC's Block Locked error.
| #define PHAL_ICODE_ERR_CONTENT_CHANGE_FAILURE (PH_ERR_CUSTOM_BEGIN + 7U) |
The specified block is locked and its content cannot be changed.
This error represents VICC's Content Change Failure error.
| #define PHAL_ICODE_ERR_BLOCK_PROGRAMMING_FAILURE (PH_ERR_CUSTOM_BEGIN + 8U) |
The specified block was not successfully programmed.
This error represents VICC's Block Programming Failure error.
| #define PHAL_ICODE_ERR_BLOCK_NOT_LOCKED (PH_ERR_CUSTOM_BEGIN + 9U) |
The specified block was not successfully locked.
This error represents VICC's Block Not Locked error.
| #define PHAL_ICODE_ERR_BLOCK_PROTECTED (PH_ERR_CUSTOM_BEGIN + 10U) |
The specified block is protected.
This error represents VICC's Block Protected error.
| #define PHAL_ICODE_ERR_GENERIC_CRYPTO_ERROR (PH_ERR_CUSTOM_BEGIN + 11U) |
Generic cryptographic error.
This error represents VICC's Generic Crypto Error error.