CNTShutdown

Syntax


#include <revolution/cnt.h>

void CNTShutdown(void);

Arguments

None.

Return Values

None.

Description

Performs shutdown operations. Always execute this function before executing OSShutdownSystem.

Note: This function may put the current thread to sleep. Refer to Interrupts and Callback Functions.

See Also

CNTInit
OSShutdownSystem
Interrupts and Callback Functions

Revision History

2008/01/08 Revised a description. Changed links.
2007/09/12 Added information about the sleep status of threads.
2006/10/26 Added link to Reset and Shutdown functions.
2006/09/27 Initial version.


CONFIDENTIAL