CryptoAuthLib
Atmel CryptoAuthentication Library
|
Atmel Crypto Auth status codes. More...
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Enumerations | |
enum | ATCA_STATUS { ATCA_SUCCESS = 0x00, ATCA_CONFIG_ZONE_LOCKED = 0x01, ATCA_DATA_ZONE_LOCKED = 0x02, ATCA_WAKE_FAILED = 0xD0, ATCA_CHECKMAC_VERIFY_FAILED = 0xD1, ATCA_PARSE_ERROR = 0xD2, ATCA_STATUS_CRC = 0xD4, ATCA_STATUS_UNKNOWN = 0xD5, ATCA_STATUS_ECC = 0xD6, ATCA_FUNC_FAIL = 0xE0, ATCA_GEN_FAIL = 0xE1, ATCA_BAD_PARAM = 0xE2, ATCA_INVALID_ID = 0xE3, ATCA_INVALID_SIZE = 0xE4, ATCA_BAD_CRC = 0xE5, ATCA_RX_FAIL = 0xE6, ATCA_RX_NO_RESPONSE = 0xE7, ATCA_RESYNC_WITH_WAKEUP = 0xE8, ATCA_PARITY_ERROR = 0xE9, ATCA_TX_TIMEOUT = 0xEA, ATCA_RX_TIMEOUT = 0xEB, ATCA_COMM_FAIL = 0xF0, ATCA_TIMEOUT = 0xF1, ATCA_BAD_OPCODE = 0xF2, ATCA_WAKE_SUCCESS = 0xF3, ATCA_EXECUTION_ERROR = 0xF4, ATCA_UNIMPLEMENTED = 0xF5, ATCA_ASSERT_FAILURE = 0xF6, ATCA_TX_FAIL = 0xF7, ATCA_NOT_LOCKED = 0xF8, ATCA_NO_DEVICES = 0xF9 } |
Atmel Crypto Auth status codes.
Copyright (c) 2015 Atmel Corporation. All rights reserved.
enum ATCA_STATUS |