27 static const char *
const status_code_text[] = {
30 "RTEMS_MP_NOT_CONFIGURED",
35 "RTEMS_OBJECT_WAS_DELETED",
37 "RTEMS_INVALID_ADDRESS",
38 "RTEMS_INVALID_NUMBER",
40 "RTEMS_RESOURCE_IN_USE",
42 "RTEMS_INCORRECT_STATE",
43 "RTEMS_ALREADY_SUSPENDED",
44 "RTEMS_ILLEGAL_ON_SELF",
45 "RTEMS_ILLEGAL_ON_REMOTE_OBJECT",
46 "RTEMS_CALLED_FROM_ISR",
47 "RTEMS_INVALID_PRIORITY",
48 "RTEMS_INVALID_CLOCK",
50 "RTEMS_NOT_CONFIGURED",
51 "RTEMS_NOT_OWNER_OF_RESOURCE",
52 "RTEMS_NOT_IMPLEMENTED",
53 "RTEMS_INTERNAL_ERROR",
57 "RTEMS_PROXY_BLOCKING" 63 const char *text =
"?";
66 text = status_code_text [i];
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
const char * rtems_status_text(rtems_status_code code)
Returns a text describing the specified status code.
This header file defines the RTEMS Classic API.
#define RTEMS_ARRAY_SIZE(_array)
Returns the element count of the specified array.