OS_Terminate


C Specification

#include <nitro/os.h>

void OS_Terminate( void );

Description

This function sets the CPU to HALT status and loops the program. There is no return from this function.

Internally it prohibits interrupts, and calls OS_Halt().

Arguments

None

Return Values

None

See Also

OS_Panic, OS_Halt

Revision History

04/05/2004 Initial version