procedure Shutdown_Executive( Status : in RTEMS.Unsigned32 );
NONE
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.
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.
Copyright © 1988-2008 OAR Corporation