1.2.5 PRIME_STATUS Enum
C
typedef enum {
PRIME_STATUS_UNINITIALIZED = SYS_STATUS_UNINITIALIZED,
PRIME_STATUS_INITIALIZING = SYS_STATUS_BUSY,
PRIME_STATUS_RUNNING = SYS_STATUS_READY,
PRIME_STATUS_ERROR = SYS_STATUS_ERROR,
PRIME_STATUS_POINTER_READY = SYS_STATUS_ERROR_EXTENDED - 1,
PRIME_STATUS_RESTART = SYS_STATUS_ERROR_EXTENDED - 2,
} PRIME_STATUS;
Summary
Identifies the current status/state of the PRIME stack.
Description
This enumeration identifies the current status/state of the PRIME stack.
Remarks
This enumeration is the return type for the PRIME_Status routine. The upper layer must ensure that PRIME_Status returns PRIME_STATUS_READY before performing PRIME operations.