Embedded Multicore Building Blocks V1.0.0
Enumerations

Error codes for function return values. More...

Enumerations

enum  embb_errors_t {
  EMBB_SUCCESS, EMBB_NOMEM, EMBB_TIMEDOUT, EMBB_BUSY,
  EMBB_OVERFLOW, EMBB_UNDERFLOW, EMBB_ERROR
}
 Return value codes for functions. More...
 

Detailed Description

Error codes for function return values.

Enumeration Type Documentation

Return value codes for functions.

Enumerator
EMBB_SUCCESS 

Successful.

EMBB_NOMEM 

Error, not enough memory.

EMBB_TIMEDOUT 

Error, timed out.

EMBB_BUSY 

Resource busy.

EMBB_OVERFLOW 

Error, numeric overflow.

EMBB_UNDERFLOW 

Error, numeric underflow.

EMBB_ERROR 

Error, not further specified.