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 sometimes puts the current thread to sleep, so it cannot be called from callback functions. 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