CXI
Loading...
Searching...
No Matches
Public Attributes | List of all members
Cxi::CLUSTER_ERROR Struct Reference

Defines an additional error code/mask that causes the cluster to switch to another device instead of returning to the caller. More...

#include <cxi.h>

Public Attributes

unsigned int mask
 error mask
 
unsigned int code
 error code
 

Detailed Description

Defines an additional error code/mask that causes the cluster to switch to another device instead of returning to the caller.

The switch condition is fulfilled if:

(error & mask) == code
unsigned int mask
error mask
Definition: sw/cxi_api_c/def/cxi.h:114
unsigned int code
error code
Definition: sw/cxi_api_c/def/cxi.h:115
See also
Cxi::exec