RTEMS Logo

RTEMS 4.6.99.3 On-Line Library


Initialization Manager SHUTDOWN_EXECUTIVE - Shutdown RTEMS

PREV UP NEXT Bookshelf RTEMS C User's Guide

4.4.4: SHUTDOWN_EXECUTIVE - Shutdown RTEMS

CALLING SEQUENCE:

void rtems_shutdown_executive(
  rtems_unsigned32 result
);

DIRECTIVE STATUS CODES:

NONE

DESCRIPTION:

This directive is called when the application wishes to shutdown RTEMS and return control to the board support package. The board support package resumes execution at the code immediately following the invocation of the rtems_initialize_executive directive.

NOTES:

This directive MUST be the last RTEMS directive invoked by an application and it DOES NOT RETURN to the caller.

This directive should not be invoked until the executive has successfully completed initialization.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2004 OAR Corporation