1.25.9.9 otpc_error_code_t Enum

C

typedef enum
{
    /* definitions of error code */
    OTPC_NO_ERROR = 0x00,
    OTPC_ERROR_HW_WRITE_DISABLED = 0x01,
    OTPC_ERROR_PACKET_OVERLAPPED = 0x02,
    OTPC_ERROR_CANNOT_ACTIVATE_EMULATION = 0x03,
    OTPC_ERROR_PACKET_NOT_FOUND = 0x04,
    OTPC_ERROR_BUFFER_OVERFLOW = 0x05,
    OTPC_ERROR_PACKET_INVALIDATED = 0x06,
    OTPC_CANNOT_START_PROGRAMMING = 0x09,
    OTPC_CANNOT_START_READING = 0x0A,
    OTPC_PACKET_TOO_BIG = 0x0B,
    OTPC_FLUSHING_DID_NOT_END = 0x0C,
    OTPC_READING_DID_NOT_START = 0x0D,
    OTPC_READING_DID_NOT_STOP = 0x0E,
    OTPC_CANNOT_LOCK = 0x0F,
    OTPC_CANNOT_INVALIDATE = 0x10,
    OTPC_CANNOT_REFRESH = 0x11,
    OTPC_CANNOT_TRANSFER_KEY = 0x12,
    OTPC_CANNOT_START_HIDING = 0x13,
    OTPC_CANNOT_PERFORM_HIDING = 0x14,
    OTPC_ERROR_PACKET_IS_INVALID = 0x15,
    OTPC_ERROR_BAD_HEADER = 0x16
}otpc_error_code_t;

Summary

Identifies OTPC error codes.

Description

This enumeration identifies OTPC error codes.

Remarks

None.