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