Zpal-status#

Defines status codes returned by zpal functions.

Typedefs#

typedef uint32_t

Macros#

#define
ZPAL_STATUS_OK ((zpal_status_t)0x0000)

No error.

#define
ZPAL_STATUS_FAIL ((zpal_status_t)0x0001)

Generic error.

#define
ZPAL_STATUS_BUFFER_FULL ((zpal_status_t)0x0002)

There is no more room in the buffer.

#define
ZPAL_STATUS_BUSY ((zpal_status_t)0x0003)

Process is busy.

#define
ZPAL_STATUS_INVALID_ARGUMENT ((zpal_status_t)0x0004)

At least one argument is invalid.

Typedef Documentation#

zpal_status_t#

typedef uint32_t zpal_status_t

Macro Definition Documentation#

ZPAL_STATUS_OK#

#define ZPAL_STATUS_OK
Value:
((zpal_status_t)0x0000)

No error.


ZPAL_STATUS_FAIL#

#define ZPAL_STATUS_FAIL
Value:
((zpal_status_t)0x0001)

Generic error.


ZPAL_STATUS_BUFFER_FULL#

#define ZPAL_STATUS_BUFFER_FULL
Value:
((zpal_status_t)0x0002)

There is no more room in the buffer.


ZPAL_STATUS_BUSY#

#define ZPAL_STATUS_BUSY
Value:
((zpal_status_t)0x0003)

Process is busy.


ZPAL_STATUS_INVALID_ARGUMENT#

#define ZPAL_STATUS_INVALID_ARGUMENT
Value:
((zpal_status_t)0x0004)

At least one argument is invalid.