CNTInit

Syntax


#include <revolution/cnt.h>

void CNTInit(void);

Arguments

None.

Return Values

None.

Description

Initializes the driver. With NAND applications, when using the NAND API to save data or for other purposes, always call NANDInit first.

Note:In SDK 2.1 Patch 1 and later versions, NANDInit is called automatically by OSInit.

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

See Also

NADK Introduction
Interrupts and Callback Functions

Revision History

2007/09/12 Added information about the sleep status of threads.
2006/12/04 Added a description of NANDInit.
2006/08/15 Initial version.


CONFIDENTIAL